Skip to content

Commit

Permalink
UPDATE gems
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmo committed Jul 9, 2020
1 parent 90ba02f commit 938293d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ group :development, :test do
gem 'capybara'
gem 'niftany'
gem 'pry-byebug'
gem 'rubocop', '< 0.87'
gem 'rails-controller-testing'
gem 'rspec-rails'
gem 'selenium-webdriver'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.9.3)
rubocop (0.87.1)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
rubocop-ast (>= 0.0.3, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.1.0)
Expand Down Expand Up @@ -440,6 +440,7 @@ DEPENDENCIES
rails-controller-testing
rsolr (>= 1.0)
rspec-rails
rubocop (< 0.87)
selenium-webdriver
simplecov (< 0.18)
spring
Expand Down

0 comments on commit 938293d

Please sign in to comment.