Revert Gemfile change to specific version of rubocop

Turns out it wasn't necessary. I thought it was needed to install a compatible version of rswag
This commit is contained in:
Steve Roberts
2020-06-17 12:42:39 +10:00
parent e619ae621c
commit b59dbebba6
2 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ group :test, :development do
gem 'letter_opener', '>= 1.4.1'
gem 'rspec-rails', ">= 3.5.2"
gem 'rspec-retry'
gem 'rswag', "2.2.0"
gem 'rswag'
gem 'selenium-webdriver'
gem 'shoulda-matchers'
gem 'timecop'
@@ -166,7 +166,7 @@ group :development do
gem "newrelic_rpm", "~> 3.0"
gem "pry", "~> 0.12.0" # pry 0.13 is not compatible with pry-byebug 3.7
gem 'pry-byebug', '~> 3.7.0' # 3.8 requires ruby 2.4
gem 'rubocop', '0.81'
gem 'rubocop'
gem 'rubocop-rails'
gem 'spring'
gem 'spring-commands-rspec'

View File

@@ -795,8 +795,8 @@ DEPENDENCIES
roo (~> 2.8.3)
rspec-rails (>= 3.5.2)
rspec-retry
rswag (= 2.2.0)
rubocop (= 0.81)
rswag
rubocop
rubocop-rails
sass
sass-rails