Skip to content

Commit

Permalink
Unlock RuboCop gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Sep 9, 2019
1 parent c18b357 commit e3f0088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ group :development do
gem "rspec"
gem "rdoc"
gem "rake", "~> 13.0.0.pre.1"
gem "rubocop", "~> 0.74.0", require: false
gem "rubocop-performance", "~> 1.3.0", require: false
gem "rubocop-rails", "~> 2.0.0", require: false
gem "rubocop", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false

gem "activerecord", github: "rails/rails", branch: "master"
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
Expand Down

0 comments on commit e3f0088

Please sign in to comment.