Fix rubocop warning
This commit is contained in:
parent
c7377c7f9f
commit
9ed1fe2d78
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -43,11 +43,11 @@ gem "image_optim_rails"
|
||||||
# Load rails plugins
|
# Load rails plugins
|
||||||
gem "actionpack-page_caching"
|
gem "actionpack-page_caching"
|
||||||
gem "composite_primary_keys", "~> 9.0.7"
|
gem "composite_primary_keys", "~> 9.0.7"
|
||||||
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
|
|
||||||
gem "dynamic_form"
|
gem "dynamic_form"
|
||||||
gem "http_accept_language", "~> 2.0.0"
|
gem "http_accept_language", "~> 2.0.0"
|
||||||
gem "i18n-js", ">= 3.0.0"
|
gem "i18n-js", ">= 3.0.0"
|
||||||
gem "oauth-plugin", ">= 0.5.1"
|
gem "oauth-plugin", ">= 0.5.1"
|
||||||
|
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
|
||||||
gem "paperclip", "~> 4.0"
|
gem "paperclip", "~> 4.0"
|
||||||
gem "rack-cors"
|
gem "rack-cors"
|
||||||
gem "rails-i18n", "~> 4.0.0"
|
gem "rails-i18n", "~> 4.0.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue