Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemfiles/ruby3.2/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.2.9'
ruby '3.2.10'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'
2 changes: 1 addition & 1 deletion gemfiles/ruby3.2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.9p265
ruby 3.2.10p266

BUNDLED WITH
2.4.19
2 changes: 1 addition & 1 deletion gemfiles/ruby3.3/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.3.9'
ruby '3.3.10'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'
2 changes: 1 addition & 1 deletion gemfiles/ruby3.4/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'http://rubygems.org'

ruby '3.4.5'
ruby '3.4.8'

# Specify your gem's dependencies in FatZebra.gemspec
gemspec path: '../../'
60 changes: 31 additions & 29 deletions gemfiles/ruby3.4/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,65 +6,67 @@ PATH
GEM
remote: http://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (3.2.2)
byebug (12.0.0)
crack (1.0.0)
bigdecimal (4.0.1)
byebug (13.0.0)
reline (>= 0.6.0)
crack (1.0.1)
bigdecimal
rexml
diff-lcs (1.6.2)
hashdiff (1.2.0)
json (2.13.2)
hashdiff (1.2.1)
io-console (0.8.2)
json (2.18.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.1)
ast (~> 2.4.1)
racc
prism (1.4.0)
public_suffix (6.0.2)
prism (1.8.0)
public_suffix (7.0.2)
racc (1.8.1)
rainbow (3.1.1)
rake (13.3.0)
regexp_parser (2.11.0)
rexml (3.4.1)
rspec (3.13.1)
rake (13.3.1)
regexp_parser (2.11.3)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.79.2)
rspec-support (3.13.6)
rubocop (1.82.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.48.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.49.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
prism (~> 1.7)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vcr (6.3.1)
base64
webmock (3.25.1)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
vcr (6.4.0)
webmock (3.26.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -84,7 +86,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.4.5p51
ruby 3.4.8p72

BUNDLED WITH
2.6.9