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'
|
||||
Enabled: false
|
||||
|
||||
Style/TrailingCommaInArrayLiteral:
|
||||
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:
|
||||
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
|
||||
|
@ -204,7 +199,7 @@ Metrics/ModuleLength:
|
|||
Metrics/BlockLength:
|
||||
Enabled: false
|
||||
|
||||
Style/RescueStandardError:
|
||||
Lint/RescueWithoutErrorClass:
|
||||
Enabled: false
|
||||
|
||||
Rails/ApplicationRecord:
|
||||
|
|
4
Gemfile
4
Gemfile
|
@ -1,8 +1,8 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# core - base
|
||||
ruby '2.4.3'
|
||||
gem 'rails', '5.1.5'
|
||||
ruby '2.4.2'
|
||||
gem 'rails', '5.1.4'
|
||||
|
||||
# core - rails additions
|
||||
gem 'activerecord-session_store'
|
||||
|
|
Loading…
Reference in a new issue