Skip to content

Commit

Permalink
RST-5306 - gem updates v7 (#583)
Browse files Browse the repository at this point in the history
* Minor gem updates - Puma

* Excluding few folders from rubocop runs
  • Loading branch information
zaparka authored Mar 31, 2023
1 parent b491f87 commit 5118d84
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ AllCops:
- 'lib/log_stuff.rb'
- 'config/routes.rb'
- 'Gemfile'
- 'tmp/**/*'
- 'log/**/*'
- 'vendor/**/*'
- 'public/**/*'
- 'node_modules/**/*'

NewCops: enable

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'config'
gem 'date_validator'
gem 'jquery-rails'
gem 'nokogiri'
gem 'puma', '~> 6.1.1'
gem 'puma'
gem 'rest-client'
gem 'sass-rails'
gem 'sentry-rails'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.18.0)
msgpack (1.6.1)
msgpack (1.7.0)
multi_test (1.1.0)
net-imap (0.3.4)
date
Expand All @@ -263,7 +263,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.1.1)
puma (6.2.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -316,7 +316,7 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.4)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.1)
Expand All @@ -340,7 +340,7 @@ GEM
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
Expand All @@ -366,7 +366,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.8.1)
selenium-webdriver (4.8.6)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -405,7 +405,7 @@ GEM
sys-uname (1.2.2)
ffi (~> 1.1)
temple (0.10.0)
test-prof (1.2.0)
test-prof (1.2.1)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.1.0)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
nokogiri
parallel_tests
pry-rails
puma (~> 6.1.1)
puma
rails (~> 7.0.4)
rails-controller-testing
regexp_parser
Expand Down

0 comments on commit 5118d84

Please sign in to comment.