Skip to content

Commit

Permalink
release 3.11.0 (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Feb 21, 2024
1 parent d6f81bb commit 394692b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (3.10.0)
view_component (3.11.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
erb_lint (0.5.0)
activesupport
Expand Down Expand Up @@ -225,23 +225,23 @@ GEM
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.13.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -326,7 +326,7 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.5)
appraisal (~> 2.4)
benchmark-ips (~> 2.13.0)
better_html
bundler (~> 2)
Expand All @@ -345,7 +345,7 @@ DEPENDENCIES
puma (~> 6)
rails (~> 7.0.0)
rake (~> 13.0)
rspec-rails (~> 6)
rspec-rails (~> 5)
rubocop-md (~> 1)
selenium-webdriver (= 4.9.0)
simplecov (~> 0.22.0)
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ nav_order: 5

## main

## 3.11.0

* Fix running non-integration tests under Rails main.

*Cameron Dutro*
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 3.10.0
version: 3.11.0
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 3
MINOR = 10
MINOR = 11
PATCH = 0
PRE = nil

Expand Down

0 comments on commit 394692b

Please sign in to comment.