Skip to content

Commit dae577e

Browse files
committed
chore: update gem dependencies to work with ruby 3.2.2
1 parent 5d01c41 commit dae577e

File tree

4 files changed

+239
-7
lines changed

4 files changed

+239
-7
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
.bundle
44
.gems
55
.rbenv-version
6-
.ruby-*
76
/.idea/
87
/.rbx
98
/.rvmrc
109
/.yardoc/*
11-
/Gemfile.lock
1210
/coverage/*
1311
/dist
1412
/doc/*

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

Gemfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source 'https://rubygems.org'
22

3-
ruby '>= 2.4.0'
4-
53
gem 'activerecord', '>= 4.2.5', '< 6', require: false
64
gem 'rake', require: false
75

@@ -19,17 +17,17 @@ group :development, :test do
1917
gem 'guard-rspec', require: false
2018
gem 'rspec', require: false
2119

22-
gem 'rubocop', '~> 1.12.0', require: false
20+
gem 'racc'
21+
gem 'rubocop', require: false
2322
gem 'rubocop-rake', require: false
24-
gem 'rubocop-rspec', '~> 2.2.0', require: false
23+
gem 'rubocop-rspec', require: false
2524
gem 'simplecov', require: false
2625
gem 'terminal-notifier-guard', require: false
2726

2827
gem 'codeclimate-test-reporter'
2928
gem 'coveralls'
3029

3130
gem 'overcommit'
32-
gem 'ruby_dep', '1.5.0'
3331

3432
platforms :mri, :mingw do
3533
gem 'pry', require: false

Gemfile.lock

Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activemodel (5.2.8.1)
5+
activesupport (= 5.2.8.1)
6+
activerecord (5.2.8.1)
7+
activemodel (= 5.2.8.1)
8+
activesupport (= 5.2.8.1)
9+
arel (>= 9.0)
10+
activesupport (5.2.8.1)
11+
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
i18n (>= 0.7, < 2)
13+
minitest (~> 5.1)
14+
tzinfo (~> 1.1)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
17+
arel (9.0.0)
18+
ast (2.4.3)
19+
base64 (0.3.0)
20+
bigdecimal (3.2.1)
21+
bump (0.10.0)
22+
byebug (12.0.0)
23+
childprocess (5.1.0)
24+
logger (~> 1.5)
25+
codeclimate-test-reporter (1.0.7)
26+
simplecov
27+
coderay (1.1.3)
28+
concurrent-ruby (1.3.5)
29+
coveralls (0.8.23)
30+
json (>= 1.8, < 3)
31+
simplecov (~> 0.16.1)
32+
term-ansicolor (~> 1.3)
33+
thor (>= 0.19.4, < 2.0)
34+
tins (~> 1.6)
35+
diff-lcs (1.6.2)
36+
docile (1.4.1)
37+
faraday (2.7.12)
38+
base64
39+
faraday-net_http (>= 2.0, < 3.1)
40+
ruby2_keywords (>= 0.0.4)
41+
faraday-net_http (3.0.2)
42+
faraday-rack (2.1.2)
43+
faraday (~> 2.0)
44+
ffi (1.17.2)
45+
ffi (1.17.2-aarch64-linux-gnu)
46+
ffi (1.17.2-aarch64-linux-musl)
47+
ffi (1.17.2-arm-linux-gnu)
48+
ffi (1.17.2-arm-linux-musl)
49+
ffi (1.17.2-arm64-darwin)
50+
ffi (1.17.2-x86-linux-gnu)
51+
ffi (1.17.2-x86-linux-musl)
52+
ffi (1.17.2-x86_64-darwin)
53+
ffi (1.17.2-x86_64-linux-gnu)
54+
ffi (1.17.2-x86_64-linux-musl)
55+
files (0.4.0)
56+
formatador (1.1.0)
57+
git (3.1.0)
58+
activesupport (>= 5.0)
59+
addressable (~> 2.8)
60+
process_executer (~> 1.3)
61+
rchardet (~> 1.9)
62+
guard (2.19.1)
63+
formatador (>= 0.2.4)
64+
listen (>= 2.7, < 4.0)
65+
logger (~> 1.6)
66+
lumberjack (>= 1.0.12, < 2.0)
67+
nenv (~> 0.1)
68+
notiffany (~> 0.0)
69+
ostruct (~> 0.6)
70+
pry (>= 0.13.0)
71+
shellany (~> 0.0)
72+
thor (>= 0.18.1)
73+
guard-compat (1.2.1)
74+
guard-rspec (4.7.3)
75+
guard (~> 2.1)
76+
guard-compat (~> 1.1)
77+
rspec (>= 2.99.0, < 4.0)
78+
highline (2.1.0)
79+
i18n (1.14.7)
80+
concurrent-ruby (~> 1.0)
81+
iniparse (1.5.0)
82+
json (2.12.2)
83+
json_pure (2.6.3)
84+
language_server-protocol (3.17.0.5)
85+
launchy (2.5.2)
86+
addressable (~> 2.8)
87+
listen (3.9.0)
88+
rb-fsevent (~> 0.10, >= 0.10.3)
89+
rb-inotify (~> 0.9, >= 0.9.10)
90+
logger (1.7.0)
91+
lumberjack (1.2.10)
92+
method_source (1.1.0)
93+
mg (0.0.8)
94+
rake
95+
minitest (5.25.5)
96+
nenv (0.3.0)
97+
notiffany (0.1.3)
98+
nenv (~> 0.1)
99+
shellany (~> 0.0)
100+
ostruct (0.6.1)
101+
overcommit (0.67.1)
102+
childprocess (>= 0.6.3, < 6)
103+
iniparse (~> 1.4)
104+
rexml (>= 3.3.9)
105+
parallel (1.27.0)
106+
parser (3.3.8.0)
107+
ast (~> 2.4.1)
108+
racc
109+
prism (1.4.0)
110+
process_executer (1.3.0)
111+
pry (0.15.2)
112+
coderay (~> 1.1)
113+
method_source (~> 1.0)
114+
pry-byebug (3.11.0)
115+
byebug (~> 12.0)
116+
pry (>= 0.13, < 0.16)
117+
public_suffix (6.0.2)
118+
pusher-client (0.6.2)
119+
json
120+
websocket (~> 1.0)
121+
racc (1.7.3)
122+
rainbow (3.1.1)
123+
rake (13.3.0)
124+
rb-fsevent (0.11.2)
125+
rb-inotify (0.11.1)
126+
ffi (~> 1.0)
127+
rchardet (1.9.0)
128+
regexp_parser (2.10.0)
129+
rexml (3.4.1)
130+
rspec (3.13.1)
131+
rspec-core (~> 3.13.0)
132+
rspec-expectations (~> 3.13.0)
133+
rspec-mocks (~> 3.13.0)
134+
rspec-core (3.13.4)
135+
rspec-support (~> 3.13.0)
136+
rspec-expectations (3.13.5)
137+
diff-lcs (>= 1.2.0, < 2.0)
138+
rspec-support (~> 3.13.0)
139+
rspec-mocks (3.13.5)
140+
diff-lcs (>= 1.2.0, < 2.0)
141+
rspec-support (~> 3.13.0)
142+
rspec-support (3.13.4)
143+
rubocop (1.60.2)
144+
json (~> 2.3)
145+
language_server-protocol (>= 3.17.0)
146+
parallel (~> 1.10)
147+
parser (>= 3.3.0.2)
148+
rainbow (>= 2.2.2, < 4.0)
149+
regexp_parser (>= 1.8, < 3.0)
150+
rexml (>= 3.2.5, < 4.0)
151+
rubocop-ast (>= 1.30.0, < 2.0)
152+
ruby-progressbar (~> 1.7)
153+
unicode-display_width (>= 2.4.0, < 3.0)
154+
rubocop-ast (1.44.1)
155+
parser (>= 3.3.7.2)
156+
prism (~> 1.4)
157+
rubocop-capybara (2.21.0)
158+
rubocop (~> 1.41)
159+
rubocop-factory_bot (2.26.0)
160+
rubocop (~> 1.41)
161+
rubocop-rake (0.6.0)
162+
rubocop (~> 1.0)
163+
rubocop-rspec (2.26.1)
164+
rubocop (~> 1.40)
165+
rubocop-capybara (~> 2.17)
166+
rubocop-factory_bot (~> 2.22)
167+
ruby-progressbar (1.13.0)
168+
ruby2_keywords (0.0.5)
169+
shellany (0.0.1)
170+
simplecov (0.16.1)
171+
docile (~> 1.1)
172+
json (>= 1.8, < 3)
173+
simplecov-html (~> 0.10.0)
174+
simplecov-html (0.10.2)
175+
sync (0.5.0)
176+
term-ansicolor (1.11.2)
177+
tins (~> 1.0)
178+
terminal-notifier-guard (1.7.0)
179+
thor (1.3.2)
180+
thread_safe (0.3.6)
181+
tins (1.38.0)
182+
bigdecimal
183+
sync
184+
travis (1.13.1)
185+
faraday (~> 2.7.10)
186+
faraday-rack (~> 2)
187+
highline (~> 2.1.0)
188+
json_pure (~> 2.6.3)
189+
launchy (~> 2.5.2)
190+
pusher-client (~> 0.6.2)
191+
tzinfo (1.2.11)
192+
thread_safe (~> 0.1)
193+
unicode-display_width (2.6.0)
194+
websocket (1.2.11)
195+
yard (0.9.37)
196+
197+
PLATFORMS
198+
aarch64-linux-gnu
199+
aarch64-linux-musl
200+
arm-linux-gnu
201+
arm-linux-musl
202+
arm64-darwin
203+
ruby
204+
x86-linux-gnu
205+
x86-linux-musl
206+
x86_64-darwin
207+
x86_64-linux-gnu
208+
x86_64-linux-musl
209+
210+
DEPENDENCIES
211+
activerecord (>= 4.2.5, < 6)
212+
bump
213+
byebug
214+
codeclimate-test-reporter
215+
coveralls
216+
files
217+
git
218+
guard-rspec
219+
mg
220+
overcommit
221+
pry
222+
pry-byebug
223+
racc
224+
rake
225+
rspec
226+
rubocop
227+
rubocop-rake
228+
rubocop-rspec
229+
simplecov
230+
terminal-notifier-guard
231+
travis
232+
yard
233+
234+
BUNDLED WITH
235+
2.6.7

0 commit comments

Comments
 (0)