Skip to content

Commit

Permalink
chore: Update outdated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Oct 19, 2024
1 parent dfa6b8a commit 9a5ed96
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 87 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ gem 'appraisal'
gem 'bundler', '~> 2.0'
gem 'combustion', '~> 1.4'
gem 'database_cleaner-active_record', '~> 2.2'
gem 'ostruct'
gem 'pry'
gem 'rake', '13.0.3'
gem 'rspec', '~> 3.0'
gem 'rubocop-rspec', '~> 2.3'
gem 'scenic', '~> 1.5'
gem 'simplecov', '~> 0.16'
gem 'ostruct'
# The following version lock is necessary to support Ruby 3.1
gem 'zeitwerk', '~> 2.6.0'
41 changes: 21 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.2.1)
actionview (= 7.2.1)
activesupport (= 7.2.1)
actionpack (7.2.1.1)
actionview (= 7.2.1.1)
activesupport (= 7.2.1.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
Expand All @@ -20,19 +20,19 @@ GEM
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (7.2.1)
activesupport (= 7.2.1)
actionview (7.2.1.1)
activesupport (= 7.2.1.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.2.1)
activesupport (= 7.2.1)
activerecord (7.2.1)
activemodel (= 7.2.1)
activesupport (= 7.2.1)
activemodel (7.2.1.1)
activesupport (= 7.2.1.1)
activerecord (7.2.1.1)
activemodel (= 7.2.1.1)
activesupport (= 7.2.1.1)
timeout (>= 0.4.0)
activesupport (7.2.1)
activesupport (7.2.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand All @@ -97,7 +97,7 @@ GEM
psych (5.1.2)
stringio
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -112,9 +112,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
railties (7.2.1.1)
actionpack (= 7.2.1.1)
activesupport (= 7.2.1.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -131,16 +131,16 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -181,7 +181,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
webrick (1.8.1)
webrick (1.8.2)
zeitwerk (2.6.18)

PLATFORMS
Expand All @@ -200,6 +200,7 @@ DEPENDENCIES
scenic (~> 1.5)
simplecov (~> 0.16)
table_saw!
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.18
3 changes: 2 additions & 1 deletion gemfiles/activerecord_7.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ gem "appraisal"
gem "bundler", "~> 2.0"
gem "combustion", "~> 1.4"
gem "database_cleaner-active_record", "~> 2.2"
gem "ostruct"
gem "pry"
gem "rake", "13.0.3"
gem "rspec", "~> 3.0"
gem "rubocop-rspec", "~> 2.3"
gem "scenic", "~> 1.5"
gem "simplecov", "~> 0.16"
gem "ostruct"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.0", "< 7.1"
gem "base64"
gem "bigdecimal"
Expand Down
37 changes: 19 additions & 18 deletions gemfiles/activerecord_7.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.8.4)
actionview (= 7.0.8.4)
activesupport (= 7.0.8.4)
actionpack (7.0.8.5)
actionview (= 7.0.8.5)
activesupport (= 7.0.8.5)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.8.4)
activesupport (= 7.0.8.4)
actionview (7.0.8.5)
activesupport (= 7.0.8.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activerecord (7.0.8.4)
activemodel (= 7.0.8.4)
activesupport (= 7.0.8.4)
activesupport (7.0.8.4)
activemodel (7.0.8.5)
activesupport (= 7.0.8.5)
activerecord (7.0.8.5)
activemodel (= 7.0.8.5)
activesupport (= 7.0.8.5)
activesupport (7.0.8.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
Expand All @@ -89,9 +89,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.4)
actionpack (= 7.0.8.4)
activesupport (= 7.0.8.4)
railties (7.0.8.5)
actionpack (= 7.0.8.5)
activesupport (= 7.0.8.5)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand All @@ -103,16 +103,16 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -172,6 +172,7 @@ DEPENDENCIES
scenic (~> 1.5)
simplecov (~> 0.16)
table_saw!
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.18
3 changes: 2 additions & 1 deletion gemfiles/activerecord_7.1.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ gem "appraisal"
gem "bundler", "~> 2.0"
gem "combustion", "~> 1.4"
gem "database_cleaner-active_record", "~> 2.2"
gem "ostruct"
gem "pry"
gem "rake", "13.0.3"
gem "rspec", "~> 3.0"
gem "rubocop-rspec", "~> 2.3"
gem "scenic", "~> 1.5"
gem "simplecov", "~> 0.16"
gem "ostruct"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.1", "< 7.2"
gem "logger"

Expand Down
41 changes: 21 additions & 20 deletions gemfiles/activerecord_7.1.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.4)
actionview (= 7.1.4)
activesupport (= 7.1.4)
actionpack (7.1.4.1)
actionview (= 7.1.4.1)
activesupport (= 7.1.4.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.4)
activesupport (= 7.1.4)
actionview (7.1.4.1)
activesupport (= 7.1.4.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.1.4)
activesupport (= 7.1.4)
activerecord (7.1.4)
activemodel (= 7.1.4)
activesupport (= 7.1.4)
activemodel (7.1.4.1)
activesupport (= 7.1.4.1)
activerecord (7.1.4.1)
activemodel (= 7.1.4.1)
activesupport (= 7.1.4.1)
timeout (>= 0.4.0)
activesupport (7.1.4)
activesupport (7.1.4.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
psych (5.1.2)
stringio
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -111,9 +111,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.4)
actionpack (= 7.1.4)
activesupport (= 7.1.4)
railties (7.1.4.1)
actionpack (= 7.1.4.1)
activesupport (= 7.1.4.1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -130,16 +130,16 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
webrick (1.8.1)
webrick (1.8.2)
zeitwerk (2.6.18)

PLATFORMS
Expand All @@ -199,6 +199,7 @@ DEPENDENCIES
scenic (~> 1.5)
simplecov (~> 0.16)
table_saw!
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.18
3 changes: 2 additions & 1 deletion gemfiles/activerecord_7.2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ gem "appraisal"
gem "bundler", "~> 2.0"
gem "combustion", "~> 1.4"
gem "database_cleaner-active_record", "~> 2.2"
gem "ostruct"
gem "pry"
gem "rake", "13.0.3"
gem "rspec", "~> 3.0"
gem "rubocop-rspec", "~> 2.3"
gem "scenic", "~> 1.5"
gem "simplecov", "~> 0.16"
gem "ostruct"
gem "zeitwerk", "~> 2.6.0"
gem "activerecord", "~> 7.2.0", "< 7.3"

gemspec path: "../"
Loading

0 comments on commit 9a5ed96

Please sign in to comment.