Skip to content

Commit

Permalink
Add rspec-rails 5.1.2 gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-strzalka committed Oct 7, 2022
1 parent 69c87e6 commit 3739677
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'bullet', '~> 7.0.3'
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'rspec-rails', '~> 5.1.2'
end

group :development do
Expand Down
19 changes: 19 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
digest (3.1.0)
erubi (1.11.0)
globalid (1.0.0)
Expand Down Expand Up @@ -181,6 +182,23 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.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.11.1)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -247,6 +265,7 @@ DEPENDENCIES
puma (~> 5.0)
pundit (~> 2.2)
rails (~> 7.0.3)
rspec-rails (~> 5.1.2)
rubocop (~> 1.36.0)
rubocop-rails (~> 2.16.0)
sprockets-rails
Expand Down

0 comments on commit 3739677

Please sign in to comment.