Skip to content

Commit 00cfd0e

Browse files
authored
Merge pull request #68 from fatzebra/DASH-4827-bump-ruby-versions
DASH-4827 updated-ruby
2 parents afdbf41 + 4eda743 commit 00cfd0e

File tree

5 files changed

+35
-33
lines changed

5 files changed

+35
-33
lines changed

gemfiles/ruby3.2/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'http://rubygems.org'
44

5-
ruby '3.2.9'
5+
ruby '3.2.10'
66

77
# Specify your gem's dependencies in FatZebra.gemspec
88
gemspec path: '../../'

gemfiles/ruby3.2/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ DEPENDENCIES
8383
webmock
8484

8585
RUBY VERSION
86-
ruby 3.2.9p265
86+
ruby 3.2.10p266
8787

8888
BUNDLED WITH
8989
2.4.19

gemfiles/ruby3.3/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'http://rubygems.org'
44

5-
ruby '3.3.9'
5+
ruby '3.3.10'
66

77
# Specify your gem's dependencies in FatZebra.gemspec
88
gemspec path: '../../'

gemfiles/ruby3.4/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'http://rubygems.org'
44

5-
ruby '3.4.5'
5+
ruby '3.4.8'
66

77
# Specify your gem's dependencies in FatZebra.gemspec
88
gemspec path: '../../'

gemfiles/ruby3.4/Gemfile.lock

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,65 +6,67 @@ PATH
66
GEM
77
remote: http://rubygems.org/
88
specs:
9-
addressable (2.8.7)
10-
public_suffix (>= 2.0.2, < 7.0)
9+
addressable (2.8.8)
10+
public_suffix (>= 2.0.2, < 8.0)
1111
ast (2.4.3)
12-
base64 (0.3.0)
13-
bigdecimal (3.2.2)
14-
byebug (12.0.0)
15-
crack (1.0.0)
12+
bigdecimal (4.0.1)
13+
byebug (13.0.0)
14+
reline (>= 0.6.0)
15+
crack (1.0.1)
1616
bigdecimal
1717
rexml
1818
diff-lcs (1.6.2)
19-
hashdiff (1.2.0)
20-
json (2.13.2)
19+
hashdiff (1.2.1)
20+
io-console (0.8.2)
21+
json (2.18.0)
2122
language_server-protocol (3.17.0.5)
2223
lint_roller (1.1.0)
2324
parallel (1.27.0)
24-
parser (3.3.9.0)
25+
parser (3.3.10.1)
2526
ast (~> 2.4.1)
2627
racc
27-
prism (1.4.0)
28-
public_suffix (6.0.2)
28+
prism (1.8.0)
29+
public_suffix (7.0.2)
2930
racc (1.8.1)
3031
rainbow (3.1.1)
31-
rake (13.3.0)
32-
regexp_parser (2.11.0)
33-
rexml (3.4.1)
34-
rspec (3.13.1)
32+
rake (13.3.1)
33+
regexp_parser (2.11.3)
34+
reline (0.6.3)
35+
io-console (~> 0.5)
36+
rexml (3.4.4)
37+
rspec (3.13.2)
3538
rspec-core (~> 3.13.0)
3639
rspec-expectations (~> 3.13.0)
3740
rspec-mocks (~> 3.13.0)
38-
rspec-core (3.13.5)
41+
rspec-core (3.13.6)
3942
rspec-support (~> 3.13.0)
4043
rspec-expectations (3.13.5)
4144
diff-lcs (>= 1.2.0, < 2.0)
4245
rspec-support (~> 3.13.0)
43-
rspec-mocks (3.13.5)
46+
rspec-mocks (3.13.7)
4447
diff-lcs (>= 1.2.0, < 2.0)
4548
rspec-support (~> 3.13.0)
46-
rspec-support (3.13.4)
47-
rubocop (1.79.2)
49+
rspec-support (3.13.6)
50+
rubocop (1.82.1)
4851
json (~> 2.3)
4952
language_server-protocol (~> 3.17.0.2)
5053
lint_roller (~> 1.1.0)
5154
parallel (~> 1.10)
5255
parser (>= 3.3.0.2)
5356
rainbow (>= 2.2.2, < 4.0)
5457
regexp_parser (>= 2.9.3, < 3.0)
55-
rubocop-ast (>= 1.46.0, < 2.0)
58+
rubocop-ast (>= 1.48.0, < 2.0)
5659
ruby-progressbar (~> 1.7)
5760
unicode-display_width (>= 2.4.0, < 4.0)
58-
rubocop-ast (1.46.0)
61+
rubocop-ast (1.49.0)
5962
parser (>= 3.3.7.2)
60-
prism (~> 1.4)
63+
prism (~> 1.7)
6164
ruby-progressbar (1.13.0)
62-
unicode-display_width (3.1.4)
63-
unicode-emoji (~> 4.0, >= 4.0.4)
64-
unicode-emoji (4.0.4)
65-
vcr (6.3.1)
66-
base64
67-
webmock (3.25.1)
65+
unicode-display_width (3.2.0)
66+
unicode-emoji (~> 4.1)
67+
unicode-emoji (4.2.0)
68+
vcr (6.4.0)
69+
webmock (3.26.1)
6870
addressable (>= 2.8.0)
6971
crack (>= 0.3.2)
7072
hashdiff (>= 0.4.0, < 2.0.0)
@@ -84,7 +86,7 @@ DEPENDENCIES
8486
webmock
8587

8688
RUBY VERSION
87-
ruby 3.4.5p51
89+
ruby 3.4.8p72
8890

8991
BUNDLED WITH
9092
2.6.9

0 commit comments

Comments
 (0)