1
0
Fork 0

Fix error

This commit is contained in:
Alex Kotov 2019-01-29 04:51:34 +05:00
parent dc6ed491fe
commit 5cc1ecdae3
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 7 additions and 7 deletions

View File

@ -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'

View File

@ -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