Skip to content

Commit edd0bee

Browse files
committed
🔧 Ruby 3.4.2 for development
1 parent 784a908 commit edd0bee

File tree

4 files changed

+47
-43
lines changed

4 files changed

+47
-43
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.3.6
1+
ruby 3.4.2

Gemfile

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ source "https://rubygems.org"
55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66
git_source(:gitlab) { |repo_name| "https://gitlab.com/#{repo_name}" }
77

8+
#### IMPORTANT #######################################################
9+
# Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
10+
####################################################### IMPORTANT ####
11+
812
# Include dependencies from <gem name>.gemspec
913
gemspec
1014

@@ -13,18 +17,6 @@ platform :mri do
1317
gem "byebug", ">= 11"
1418
end
1519

16-
# Documentation
17-
18-
19-
source "https://rubygems.org"
20-
21-
#### IMPORTANT #######################################################
22-
# Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
23-
####################################################### IMPORTANT ####
24-
25-
# Specify your gem's general development dependencies in turbo_tests.gemspec
26-
gemspec
27-
2820
# Security Audit
2921
if RUBY_VERSION >= "3"
3022
# NOTE: Audit fails on Ruby 2.7 because nokogiri has dropped support for Ruby < 3

Gemfile.lock

Lines changed: 41 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
GIT
2+
remote: https://github.com/pboling/appraisal
3+
revision: 05d6d9c490c81b2989051bd95f39b40a0baf76d8
4+
branch: eval_gemfile
5+
specs:
6+
appraisal (3.0.0.rc1)
7+
bundler
8+
rake
9+
thor (>= 0.14.0)
10+
111
PATH
212
remote: .
313
specs:
@@ -9,14 +19,18 @@ GEM
919
ansi (1.5.0)
1020
ast (2.4.2)
1121
backports (3.25.0)
22+
benchmark (0.4.0)
23+
bundler-audit (0.9.2)
24+
bundler (>= 1.2.0, < 3)
25+
thor (~> 1.0)
1226
byebug (11.1.3)
1327
coderay (1.1.3)
1428
date (3.4.1)
15-
diff-lcs (1.5.1)
29+
diff-lcs (1.6.0)
1630
diffy (3.4.3)
1731
docile (1.4.1)
1832
github-markup (5.0.1)
19-
json (2.9.1)
33+
json (2.10.1)
2034
kettle-soup-cover (1.0.4)
2135
simplecov (~> 0.22)
2236
simplecov-cobertura (~> 2.1)
@@ -26,12 +40,12 @@ GEM
2640
simplecov-rcov (~> 0.3, >= 0.3.3)
2741
simplecov_json_formatter (~> 0.1, >= 0.1.4)
2842
version_gem (~> 1.1, >= 1.1.4)
29-
language_server-protocol (3.17.0.3)
43+
language_server-protocol (3.17.0.4)
3044
lint_roller (1.1.0)
3145
method_source (1.1.0)
3246
ostruct (0.6.1)
3347
parallel (1.26.3)
34-
parser (3.3.7.0)
48+
parser (3.3.7.1)
3549
ast (~> 2.4.1)
3650
racc
3751
pry (0.15.2)
@@ -47,13 +61,13 @@ GEM
4761
psych (>= 4.0.0)
4862
redcarpet (3.6.0)
4963
regexp_parser (2.10.0)
50-
rexml (3.4.0)
64+
rexml (3.4.1)
5165
rspec (3.13.0)
5266
rspec-core (~> 3.13.0)
5367
rspec-expectations (~> 3.13.0)
5468
rspec-mocks (~> 3.13.0)
5569
rspec-block_is_expected (1.0.6)
56-
rspec-core (3.13.2)
70+
rspec-core (3.13.3)
5771
rspec-support (~> 3.13.0)
5872
rspec-expectations (3.13.3)
5973
diff-lcs (>= 1.2.0, < 2.0)
@@ -62,22 +76,18 @@ GEM
6276
diff-lcs (>= 1.2.0, < 2.0)
6377
rspec-support (~> 3.13.0)
6478
rspec-support (3.13.2)
65-
rubocop (1.70.0)
79+
rubocop (1.71.2)
6680
json (~> 2.3)
6781
language_server-protocol (>= 3.17.0)
6882
parallel (~> 1.10)
6983
parser (>= 3.3.0.2)
7084
rainbow (>= 2.2.2, < 4.0)
7185
regexp_parser (>= 2.9.3, < 3.0)
72-
rubocop-ast (>= 1.36.2, < 2.0)
86+
rubocop-ast (>= 1.38.0, < 2.0)
7387
ruby-progressbar (~> 1.7)
7488
unicode-display_width (>= 2.4.0, < 4.0)
75-
rubocop-ast (1.37.0)
89+
rubocop-ast (1.38.0)
7690
parser (>= 3.3.1.0)
77-
rubocop-capybara (2.21.0)
78-
rubocop (~> 1.41)
79-
rubocop-factory_bot (2.26.1)
80-
rubocop (~> 1.61)
8191
rubocop-gradual (0.3.6)
8292
diff-lcs (>= 1.2.0, < 2.0)
8393
diffy (~> 3.0)
@@ -97,12 +107,7 @@ GEM
97107
rubocop-ast (>= 1.31.1, < 2.0)
98108
rubocop-rake (0.6.0)
99109
rubocop (~> 1.0)
100-
rubocop-rspec (2.31.0)
101-
rubocop (~> 1.40)
102-
rubocop-capybara (~> 2.17)
103-
rubocop-factory_bot (~> 2.22)
104-
rubocop-rspec_rails (~> 2.28)
105-
rubocop-rspec_rails (2.29.1)
110+
rubocop-rspec (3.4.0)
106111
rubocop (~> 1.61)
107112
rubocop-ruby2_2 (2.0.5)
108113
rubocop-gradual (~> 0.3, >= 0.3.1)
@@ -124,7 +129,7 @@ GEM
124129
simplecov-cobertura (2.1.0)
125130
rexml
126131
simplecov (~> 0.19)
127-
simplecov-console (0.9.2)
132+
simplecov-console (0.9.3)
128133
ansi
129134
simplecov
130135
terminal-table
@@ -133,10 +138,10 @@ GEM
133138
simplecov-rcov (0.3.7)
134139
simplecov (>= 0.4.1)
135140
simplecov_json_formatter (0.1.4)
136-
standard (1.44.0)
141+
standard (1.45.0)
137142
language_server-protocol (~> 3.17.0.2)
138143
lint_roller (~> 1.0)
139-
rubocop (~> 1.70.0)
144+
rubocop (~> 1.71.0)
140145
standard-custom (~> 1.0.0)
141146
standard-performance (~> 1.6)
142147
standard-custom (1.0.2)
@@ -151,10 +156,13 @@ GEM
151156
standard-custom (>= 1.0.2, < 2)
152157
standard-performance (>= 1.3.1, < 2)
153158
version_gem (>= 1.1.4, < 3)
154-
stringio (3.1.2)
155-
terminal-table (3.0.2)
156-
unicode-display_width (>= 1.1.1, < 3)
157-
unicode-display_width (2.6.0)
159+
stringio (3.1.3)
160+
terminal-table (4.0.0)
161+
unicode-display_width (>= 1.1.1, < 4)
162+
thor (1.3.2)
163+
unicode-display_width (3.1.4)
164+
unicode-emoji (~> 4.0, >= 4.0.4)
165+
unicode-emoji (4.0.4)
158166
yard (0.9.37)
159167
yard-junk (0.0.10)
160168
backports (>= 3.18)
@@ -169,21 +177,25 @@ PLATFORMS
169177
x86_64-linux
170178

171179
DEPENDENCIES
180+
appraisal!
181+
benchmark (~> 0.4)
182+
bundler-audit (~> 0.9.2)
172183
byebug (>= 11)
173184
github-markup (~> 5.0, >= 5.0.1)
174185
kettle-soup-cover (~> 1.0, >= 1.0.4)
175186
pry (~> 0.14)
176187
rake (~> 13.0)
177188
rdoc (~> 6.11)
178189
redcarpet (~> 3.6)
179-
rspec (~> 3.12)
190+
rspec (~> 3.13)
180191
rspec-block_is_expected (~> 1.0)
181192
rubocop-lts (~> 8.1, >= 8.1.1)
182193
rubocop-packaging (~> 0.5, >= 0.5.2)
183-
rubocop-rspec (~> 2.10)
194+
rubocop-rspec (~> 3.2)
195+
standard (>= 1.35.1, != 1.42.0, != 1.41.1)
184196
version_gem!
185197
yard (~> 0.9, >= 0.9.37)
186198
yard-junk (~> 0.0, >= 0.0.10)
187199

188200
BUNDLED WITH
189-
2.6.3
201+
2.6.4

version_gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Gem::Specification.new do |spec|
5858
spec.require_paths = ["lib"]
5959

6060
# Tests
61-
spec.add_development_dependency("rspec", "~> 3.12") # ruby >= 0
61+
spec.add_development_dependency("rspec", "~> 3.13") # ruby >= 0
6262
spec.add_development_dependency("rspec-block_is_expected", "~> 1.0") # ruby >= 1.8.7
6363

6464
# Development Tasks

0 commit comments

Comments
 (0)