Fix error
This commit is contained in:
parent
dc6ed491fe
commit
5cc1ecdae3
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -123,7 +123,7 @@ group :development, :test do
|
|||
|
||||
# Automatic Ruby code style checking tool.
|
||||
# Aims to enforce the community-driven Ruby Style Guide.
|
||||
gem 'rubocop', '~> 0.60.0'
|
||||
gem 'rubocop', '~> 0.63.1'
|
||||
|
||||
# rspec-rails is a testing framework for Rails 3+
|
||||
gem 'rspec-rails', '~> 3.8'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -174,7 +174,7 @@ GEM
|
|||
concurrent-ruby (~> 1.0)
|
||||
ice_nine (0.11.2)
|
||||
interactor (3.1.1)
|
||||
jaro_winkler (1.5.1)
|
||||
jaro_winkler (1.5.2)
|
||||
jquery-rails (4.3.3)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
|
@ -232,8 +232,8 @@ GEM
|
|||
oauth2 (~> 1.1)
|
||||
omniauth (~> 1.2)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.12.1)
|
||||
parser (2.5.3.0)
|
||||
parallel (1.13.0)
|
||||
parser (2.6.0.0)
|
||||
ast (~> 2.4.0)
|
||||
pg (1.1.3)
|
||||
popper_js (1.14.5)
|
||||
|
@ -325,7 +325,7 @@ GEM
|
|||
rspec-mocks (~> 3.8.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-support (3.8.0)
|
||||
rubocop (0.60.0)
|
||||
rubocop (0.63.1)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.5, != 2.5.1.1)
|
||||
|
@ -409,7 +409,7 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.5)
|
||||
unicode-display_width (1.4.0)
|
||||
unicode-display_width (1.4.1)
|
||||
virtus (1.0.5)
|
||||
axiom-types (~> 0.1)
|
||||
coercible (~> 1.0)
|
||||
|
@ -473,7 +473,7 @@ DEPENDENCIES
|
|||
rest-client (~> 2.0)
|
||||
rolify (~> 5.2)
|
||||
rspec-rails (~> 3.8)
|
||||
rubocop (~> 0.60.0)
|
||||
rubocop (~> 0.63.1)
|
||||
sass-rails (~> 5.0)
|
||||
selenium-webdriver (~> 3.14)
|
||||
sentry-raven
|
||||
|
|
Reference in a new issue