Skip to content

Commit

Permalink
Allow bundle with Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 1, 2022
1 parent f1f2f89 commit 59553c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source 'https://rubygems.org'

gemspec

gem 'rubocop', '~> 1.33'
gem 'rubocop-minitest', '~> 0.21.0'
gem 'rubocop-performance', '~> 1.14'
gem 'rubocop-rails', '~> 2.15'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop', '~> 1.28'
gem 'rubocop-minitest', '~> 0.19'
gem 'rubocop-performance', '~> 1.13'
gem 'rubocop-rails', '~> 2.14'
gem 'rubocop-rake', '~> 0.6'

0 comments on commit 59553c6

Please sign in to comment.