Skip to content

Commit 42d09a9

Browse files
authored
Merge pull request #56 from MITLibraries/update_deps
Update deps
2 parents 0d17ced + 0b11393 commit 42d09a9

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.1.2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.1.1'
4+
ruby '3.1.2'
55

66
gem 'bootsnap', require: false
77
gem 'graphql-client'

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ GEM
141141
jbuilder (2.11.5)
142142
actionview (>= 5.0.0)
143143
activesupport (>= 5.0.0)
144+
json (2.6.2)
144145
llhttp-ffi (0.4.0)
145146
ffi-compiler (~> 1.0)
146147
rake (~> 13.0)
@@ -180,7 +181,7 @@ GEM
180181
parallel (1.22.1)
181182
parser (3.1.2.0)
182183
ast (~> 2.4.1)
183-
pg (1.4.0)
184+
pg (1.4.1)
184185
public_suffix (4.0.7)
185186
puma (5.6.4)
186187
nio4r (~> 2.0)
@@ -220,7 +221,8 @@ GEM
220221
reline (0.3.1)
221222
io-console (~> 0.5)
222223
rexml (3.2.5)
223-
rubocop (1.30.1)
224+
rubocop (1.31.1)
225+
json (~> 2.3)
224226
parallel (~> 1.10)
225227
parser (>= 3.1.0.0)
226228
rainbow (>= 2.2.2, < 4.0)
@@ -231,15 +233,15 @@ GEM
231233
unicode-display_width (>= 1.4.0, < 3.0)
232234
rubocop-ast (1.18.0)
233235
parser (>= 3.1.1.0)
234-
rubocop-rails (2.15.0)
236+
rubocop-rails (2.15.1)
235237
activesupport (>= 4.2.0)
236238
rack (>= 1.1)
237239
rubocop (>= 1.7.0, < 2.0)
238240
ruby-progressbar (1.11.0)
239241
rubyzip (2.3.2)
240242
sassc (2.4.0)
241243
ffi (~> 1.9)
242-
selenium-webdriver (4.2.1)
244+
selenium-webdriver (4.3.0)
243245
childprocess (>= 0.5, < 5.0)
244246
rexml (~> 3.2, >= 3.2.5)
245247
rubyzip (>= 1.2.2, < 3.0)
@@ -273,7 +275,7 @@ GEM
273275
unf (0.1.4)
274276
unf_ext
275277
unf_ext (0.0.8.2)
276-
unicode-display_width (2.1.0)
278+
unicode-display_width (2.2.0)
277279
vcr (6.1.0)
278280
web-console (4.2.0)
279281
actionview (>= 6.0.0)
@@ -334,7 +336,7 @@ DEPENDENCIES
334336
webmock
335337

336338
RUBY VERSION
337-
ruby 3.1.1p18
339+
ruby 3.1.2p20
338340

339341
BUNDLED WITH
340342
2.3.7

0 commit comments

Comments
 (0)