Skip to content

Commit

Permalink
Merge pull request #1322 from jonkerz/3.7.11.1-gem-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkerz committed Jul 23, 2021
2 parents d65e762 + 79a540a commit 2f942c8
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 108 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -54,6 +54,9 @@ Layout/HeredocArgumentClosingParenthesis:
Layout/IndentationConsistency:
EnforcedStyle: indented_internal_methods

Layout/LineEndStringConcatenationIndentation:
Enabled: false

Layout/LineLength:
Max: 140
Exclude:
Expand Down
7 changes: 4 additions & 3 deletions Gemfile
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
ruby '2.7.1'

gem 'rails', '6.1.3.2'
gem 'rails', '6.1.4'

gem 'coffee-rails'
gem 'hamlit'
Expand Down Expand Up @@ -66,7 +66,7 @@ group :development, :test do
gem 'haml_lint', require: false
gem 'pry'
gem 'rspec-rails'
gem 'rubocop', '~> 1.15.0', require: false
gem 'rubocop', '~> 1.18.0', require: false
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rake'
Expand All @@ -78,7 +78,8 @@ group :test do
gem 'apparition'
gem 'capybara'
gem 'capybara-screenshot'
gem 'cucumber-rails', require: false
# TODO: Locked due to Cucumber 6.
gem 'cucumber-rails', '< 2.4', require: false
gem 'database_cleaner'
gem 'rails-controller-testing'
gem 'shoulda-matchers'
Expand Down

0 comments on commit 2f942c8

Please sign in to comment.