Skip to content

Commit

Permalink
Fixed rspec-rails gem to 4.0.x (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiehr authored Mar 8, 2021
1 parent 41f4664 commit cf1d05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'erb_lint', require: false
gem 'rspec'
gem 'rspec-core'
gem 'rspec-rails'
gem 'rspec-rails', '~> 4.0.1'

# static code checking tools
gem 'rubocop', '~> 1.6.0'
Expand Down

0 comments on commit cf1d05b

Please sign in to comment.