Skip to content

Commit

Permalink
Fix version for gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Mar 11, 2021
1 parent dfb50a9 commit e048bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile
Expand Up @@ -6,9 +6,9 @@ gem "rails", "~> 6.1.0"
gem "rspec-core"
gem "rspec-expectations"
gem "rspec-mocks"
gem "rspec-rails", "~> 4.0"
gem "rspec-rails", "~> 5.0"
gem "rspec-support"
gem "rubocop", "~> 5.4"
gem "rubocop", "~> 1.4"
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "rubocop-rspec", require: false
Expand Down

0 comments on commit e048bed

Please sign in to comment.