Skip to content

Commit

Permalink
Minor gem updates (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaparka authored Mar 6, 2023
1 parent bfc4caa commit 1d9d4a8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
11 changes: 6 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ RSpec/Capybara/FeatureMethods:
RSpec/NamedSubject:
Enabled: false

RSpec/Capybara/CurrentPathExpectation:
Capybara/CurrentPathExpectation:
Enabled: false

RSpec/ContextWording:
Expand Down Expand Up @@ -445,13 +445,13 @@ RSpec/SubjectDeclaration: # new in 2.5
Enabled: true
RSpec/VerifiedDoubleReference: # new in 2.10.0
Enabled: true
RSpec/Capybara/NegationMatcher: # new in 2.14
Capybara/NegationMatcher: # new in 2.14
Enabled: true
RSpec/Capybara/SpecificActions: # new in 2.14
Capybara/SpecificActions: # new in 2.14
Enabled: true
RSpec/Capybara/SpecificFinders: # new in 2.13
Capybara/SpecificFinders: # new in 2.13
Enabled: true
RSpec/Capybara/SpecificMatcher: # new in 2.12
Capybara/SpecificMatcher: # new in 2.12
Enabled: true
RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
Enabled: true
Expand Down Expand Up @@ -578,3 +578,4 @@ require:
- rubocop-rspec
- rubocop-rails
- rubocop-performance
- rubocop-capybara
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.0.2'
gem 'puma', '~> 6.1.1'
gem 'rest-client'
gem 'sass-rails'
gem 'sentry-rails'
Expand Down
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (5.4.0)
brakeman (5.4.1)
builder (3.2.4)
capybara (3.38.0)
addressable
Expand All @@ -103,7 +103,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
config (4.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
Expand Down Expand Up @@ -177,11 +177,11 @@ GEM
dry-logic (>= 1.5, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.0)
dry-types (1.7.1)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -232,11 +232,11 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.6.0)
minitest (5.18.0)
msgpack (1.6.1)
multi_test (1.1.0)
net-imap (0.3.4)
date
Expand All @@ -249,24 +249,24 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.14.1)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
parallel_tests (4.2.0)
parallel
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.0.2)
puma (6.1.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.2)
regexp_parser (2.7.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -330,31 +330,31 @@ GEM
rspec-support (3.12.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.44.1)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-capybara (2.17.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.4)
rubocop-rails (2.18.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.18.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand All @@ -366,7 +366,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.8.0)
selenium-webdriver (4.8.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -390,10 +390,10 @@ GEM
slim (4.1.0)
temple (>= 0.7.6, < 0.9)
tilt (>= 2.0.6, < 2.1)
slim-rails (3.5.1)
slim-rails (3.6.1)
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 5.0)
slim (>= 3.0, < 6.0, != 5.0.0)
spring (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
Expand All @@ -405,12 +405,12 @@ GEM
sys-uname (1.2.2)
ffi (~> 1.1)
temple (0.8.2)
test-prof (1.1.0)
test-prof (1.2.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.11)
timecop (0.9.6)
timeout (0.3.1)
timeout (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
Expand Down Expand Up @@ -443,7 +443,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.6)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand All @@ -469,7 +469,7 @@ DEPENDENCIES
nokogiri
parallel_tests
pry-rails
puma (~> 6.0.2)
puma (~> 6.1.1)
rails (~> 7.0.4)
rails-controller-testing
regexp_parser
Expand Down

0 comments on commit 1d9d4a8

Please sign in to comment.