Skip to content

Commit

Permalink
Fix rspec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 11, 2024
1 parent 4ab6ab9 commit 5802817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :development, :test do
gem 'rake'
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
# environment is development
gem 'rspec-rails'
gem 'rspec-rails', '~> 7.0'
gem 'rspec-rerun'
# Required during CI as well local development
gem 'rubocop'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ GEM
nokogiri
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
require_all (3.0.0)
rex-arch (0.1.16)
Expand Down Expand Up @@ -490,7 +490,7 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand Down Expand Up @@ -569,7 +569,7 @@ GEM
macaddr (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.8.2)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -591,7 +591,7 @@ GEM
xmlrpc (0.3.3)
webrick
yard (0.9.37)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand All @@ -607,7 +607,7 @@ DEPENDENCIES
pry-byebug
rake
redcarpet
rspec-rails
rspec-rails (~> 7.0)
rspec-rerun
rubocop
ruby-prof (= 1.4.2)
Expand Down

0 comments on commit 5802817

Please sign in to comment.