Skip to content

Commit

Permalink
upgrade rspec-rails to 4.0 to fix WrongScopeError
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Jun 15, 2024
1 parent 50fb72f commit a94e3fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ group :development, :test do
gem "sqlite3"

# add rspec
gem "rspec-rails", "~> 3.8"
gem "rspec-rails", "~> 4.0"
gem "capybara"
gem "database_cleaner"
gem "rspec-snapshot"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,14 @@ GEM
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (3.9.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-rails (4.0.1)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.9)
rspec-expectations (~> 3.9)
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-snapshot (2.0.3)
awesome_print (> 1.0.0)
rspec (> 3.0.0)
Expand Down Expand Up @@ -509,7 +509,7 @@ DEPENDENCIES
rails (~> 6.0)
rails-controller-testing
random_data
rspec-rails (~> 3.8)
rspec-rails (~> 4.0)
rspec-snapshot
rubocop (~> 1.22.1)
rubocop-rails
Expand Down

0 comments on commit a94e3fe

Please sign in to comment.