Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rspec-rails-7.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 9, 2024
2 parents d302304 + 0a2551a commit 491d429
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ group :test, :development do
gem 'factory_bot_rails', '~> 6.4.3'
gem 'oink', '~> 0.10.1'
gem 'rspec-activemodel-mocks', '~> 1.2.0'
gem 'rspec-rails', '~> 6.1.3'
gem 'rspec-rails', '~> 7.0.1'
gem 'pry', '~> 0.14.2'
end

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,18 +456,18 @@ GEM
activemodel (>= 3.0)
activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -539,7 +539,7 @@ GEM
syck (1.4.1)
syslog_protocol (0.9.2)
text (1.3.1)
thor (1.3.1)
thor (1.3.2)
tilt (2.0.10)
timeout (0.4.1)
trailblazer-option (0.1.2)
Expand Down Expand Up @@ -578,7 +578,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.16)
zeitwerk (2.6.18)
zip_tricks (5.6.0)

PLATFORMS
Expand Down Expand Up @@ -656,7 +656,7 @@ DEPENDENCIES
redis (~> 4.8.1)
rolify (~> 6.0.1)
rspec-activemodel-mocks (~> 1.2.0)
rspec-rails (~> 6.1.3)
rspec-rails (~> 7.0.1)
rubocop (~> 1.65.1)
rubocop-performance
rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion gems/alaveteli_features/alaveteli_features.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 13.1"
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_development_dependency "rspec-rails", "~> 6.0"
spec.add_development_dependency "rspec-rails", "~> 7.0"
end

0 comments on commit 491d429

Please sign in to comment.