Upgrade to rails 5.1.4 (upgrade will happen later).
This commit is contained in:
parent
80b535df0f
commit
2a39321959
2 changed files with 4 additions and 9 deletions
|
@ -35,12 +35,7 @@ Style/IfUnlessModifier:
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#if-as-a-modifier'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#if-as-a-modifier'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Style/TrailingCommaInArrayLiteral:
|
Style/TrailingCommaInLiteral:
|
||||||
Description: 'Checks for trailing comma in array and hash literals.'
|
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Style/TrailingCommaInHashLiteral:
|
|
||||||
Description: 'Checks for trailing comma in array and hash literals.'
|
Description: 'Checks for trailing comma in array and hash literals.'
|
||||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
@ -204,7 +199,7 @@ Metrics/ModuleLength:
|
||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Style/RescueStandardError:
|
Lint/RescueWithoutErrorClass:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Rails/ApplicationRecord:
|
Rails/ApplicationRecord:
|
||||||
|
|
4
Gemfile
4
Gemfile
|
@ -1,8 +1,8 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# core - base
|
# core - base
|
||||||
ruby '2.4.3'
|
ruby '2.4.2'
|
||||||
gem 'rails', '5.1.5'
|
gem 'rails', '5.1.4'
|
||||||
|
|
||||||
# core - rails additions
|
# core - rails additions
|
||||||
gem 'activerecord-session_store'
|
gem 'activerecord-session_store'
|
||||||
|
|
Loading…
Reference in a new issue