Skip to content

Commit e144941

Browse files
Merge pull request #106 from MITLibraries/update-rails
Update rails to 7.1.2; adds note to Gemfile
2 parents 901dcbe + a24385a commit e144941

File tree

2 files changed

+90
-69
lines changed

2 files changed

+90
-69
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.2.2'
55

66
gem 'bootsnap', require: false
7-
gem 'graphql', '~> 2.0.27'
7+
gem 'graphql', '~> 2.0.27' # Locked due to https://github.com/github/graphql-client/issues/310
88
gem 'graphql-client'
99
gem 'http'
1010
gem 'importmap-rails'
1111
gem 'jbuilder'
1212
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.1'
1313
gem 'puma'
14-
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
14+
gem 'rails', '~> 7.0'
1515
gem 'sentry-rails'
1616
gem 'sentry-ruby'
1717
gem 'sprockets-rails'

Gemfile.lock

Lines changed: 88 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -10,81 +10,92 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.8)
14-
actionpack (= 7.0.8)
15-
activesupport (= 7.0.8)
13+
actioncable (7.1.2)
14+
actionpack (= 7.1.2)
15+
activesupport (= 7.1.2)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.8)
19-
actionpack (= 7.0.8)
20-
activejob (= 7.0.8)
21-
activerecord (= 7.0.8)
22-
activestorage (= 7.0.8)
23-
activesupport (= 7.0.8)
18+
zeitwerk (~> 2.6)
19+
actionmailbox (7.1.2)
20+
actionpack (= 7.1.2)
21+
activejob (= 7.1.2)
22+
activerecord (= 7.1.2)
23+
activestorage (= 7.1.2)
24+
activesupport (= 7.1.2)
2425
mail (>= 2.7.1)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
actionmailer (7.0.8)
29-
actionpack (= 7.0.8)
30-
actionview (= 7.0.8)
31-
activejob (= 7.0.8)
32-
activesupport (= 7.0.8)
29+
actionmailer (7.1.2)
30+
actionpack (= 7.1.2)
31+
actionview (= 7.1.2)
32+
activejob (= 7.1.2)
33+
activesupport (= 7.1.2)
3334
mail (~> 2.5, >= 2.5.4)
3435
net-imap
3536
net-pop
3637
net-smtp
37-
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.8)
39-
actionview (= 7.0.8)
40-
activesupport (= 7.0.8)
41-
rack (~> 2.0, >= 2.2.4)
38+
rails-dom-testing (~> 2.2)
39+
actionpack (7.1.2)
40+
actionview (= 7.1.2)
41+
activesupport (= 7.1.2)
42+
nokogiri (>= 1.8.5)
43+
racc
44+
rack (>= 2.2.4)
45+
rack-session (>= 1.0.1)
4246
rack-test (>= 0.6.3)
43-
rails-dom-testing (~> 2.0)
44-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.8)
46-
actionpack (= 7.0.8)
47-
activerecord (= 7.0.8)
48-
activestorage (= 7.0.8)
49-
activesupport (= 7.0.8)
47+
rails-dom-testing (~> 2.2)
48+
rails-html-sanitizer (~> 1.6)
49+
actiontext (7.1.2)
50+
actionpack (= 7.1.2)
51+
activerecord (= 7.1.2)
52+
activestorage (= 7.1.2)
53+
activesupport (= 7.1.2)
5054
globalid (>= 0.6.0)
5155
nokogiri (>= 1.8.5)
52-
actionview (7.0.8)
53-
activesupport (= 7.0.8)
56+
actionview (7.1.2)
57+
activesupport (= 7.1.2)
5458
builder (~> 3.1)
55-
erubi (~> 1.4)
56-
rails-dom-testing (~> 2.0)
57-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.8)
59-
activesupport (= 7.0.8)
59+
erubi (~> 1.11)
60+
rails-dom-testing (~> 2.2)
61+
rails-html-sanitizer (~> 1.6)
62+
activejob (7.1.2)
63+
activesupport (= 7.1.2)
6064
globalid (>= 0.3.6)
61-
activemodel (7.0.8)
62-
activesupport (= 7.0.8)
63-
activerecord (7.0.8)
64-
activemodel (= 7.0.8)
65-
activesupport (= 7.0.8)
66-
activestorage (7.0.8)
67-
actionpack (= 7.0.8)
68-
activejob (= 7.0.8)
69-
activerecord (= 7.0.8)
70-
activesupport (= 7.0.8)
65+
activemodel (7.1.2)
66+
activesupport (= 7.1.2)
67+
activerecord (7.1.2)
68+
activemodel (= 7.1.2)
69+
activesupport (= 7.1.2)
70+
timeout (>= 0.4.0)
71+
activestorage (7.1.2)
72+
actionpack (= 7.1.2)
73+
activejob (= 7.1.2)
74+
activerecord (= 7.1.2)
75+
activesupport (= 7.1.2)
7176
marcel (~> 1.0)
72-
mini_mime (>= 1.1.0)
73-
activesupport (7.0.8)
77+
activesupport (7.1.2)
78+
base64
79+
bigdecimal
7480
concurrent-ruby (~> 1.0, >= 1.0.2)
81+
connection_pool (>= 2.2.5)
82+
drb
7583
i18n (>= 1.6, < 2)
7684
minitest (>= 5.1)
85+
mutex_m
7786
tzinfo (~> 2.0)
7887
addressable (2.8.6)
7988
public_suffix (>= 2.0.2, < 6.0)
8089
annotate (3.2.0)
8190
activerecord (>= 3.2, < 8.0)
8291
rake (>= 10.4, < 14.0)
8392
ast (2.4.2)
93+
base64 (0.2.0)
8494
better_errors (2.10.1)
8595
erubi (>= 1.0.0)
8696
rack (>= 0.9.0)
8797
rouge (>= 1.0.0)
98+
bigdecimal (3.1.5)
8899
bindex (0.8.1)
89100
binding_of_caller (1.0.0)
90101
debug_inspector (>= 0.0.1)
@@ -102,6 +113,7 @@ GEM
102113
xpath (~> 3.2)
103114
climate_control (1.2.0)
104115
concurrent-ruby (1.2.2)
116+
connection_pool (2.4.1)
105117
crack (0.4.5)
106118
rexml
107119
crass (1.0.6)
@@ -116,6 +128,8 @@ GEM
116128
dotenv-rails (2.8.1)
117129
dotenv (= 2.8.1)
118130
railties (>= 3.2)
131+
drb (2.2.0)
132+
ruby2_keywords
119133
erubi (1.12.0)
120134
ffi (1.16.3)
121135
ffi-compiler (1.0.1)
@@ -164,12 +178,12 @@ GEM
164178
net-smtp
165179
marcel (1.0.2)
166180
matrix (0.4.2)
167-
method_source (1.0.0)
168181
mini_mime (1.1.5)
169182
minitest (5.20.0)
170183
mocha (2.1.0)
171184
ruby2_keywords (>= 0.0.5)
172185
msgpack (1.7.2)
186+
mutex_m (0.2.0)
173187
net-imap (0.4.9.1)
174188
date
175189
net-protocol
@@ -197,37 +211,43 @@ GEM
197211
puma (6.4.2)
198212
nio4r (~> 2.0)
199213
racc (1.7.3)
200-
rack (2.2.8)
214+
rack (3.0.8)
215+
rack-session (2.0.0)
216+
rack (>= 3.0.0)
201217
rack-test (2.1.0)
202218
rack (>= 1.3)
203-
rails (7.0.8)
204-
actioncable (= 7.0.8)
205-
actionmailbox (= 7.0.8)
206-
actionmailer (= 7.0.8)
207-
actionpack (= 7.0.8)
208-
actiontext (= 7.0.8)
209-
actionview (= 7.0.8)
210-
activejob (= 7.0.8)
211-
activemodel (= 7.0.8)
212-
activerecord (= 7.0.8)
213-
activestorage (= 7.0.8)
214-
activesupport (= 7.0.8)
219+
rackup (2.1.0)
220+
rack (>= 3)
221+
webrick (~> 1.8)
222+
rails (7.1.2)
223+
actioncable (= 7.1.2)
224+
actionmailbox (= 7.1.2)
225+
actionmailer (= 7.1.2)
226+
actionpack (= 7.1.2)
227+
actiontext (= 7.1.2)
228+
actionview (= 7.1.2)
229+
activejob (= 7.1.2)
230+
activemodel (= 7.1.2)
231+
activerecord (= 7.1.2)
232+
activestorage (= 7.1.2)
233+
activesupport (= 7.1.2)
215234
bundler (>= 1.15.0)
216-
railties (= 7.0.8)
235+
railties (= 7.1.2)
217236
rails-dom-testing (2.2.0)
218237
activesupport (>= 5.0.0)
219238
minitest
220239
nokogiri (>= 1.6)
221240
rails-html-sanitizer (1.6.0)
222241
loofah (~> 2.21)
223242
nokogiri (~> 1.14)
224-
railties (7.0.8)
225-
actionpack (= 7.0.8)
226-
activesupport (= 7.0.8)
227-
method_source
243+
railties (7.1.2)
244+
actionpack (= 7.1.2)
245+
activesupport (= 7.1.2)
246+
irb
247+
rackup (>= 1.0.0)
228248
rake (>= 12.2)
229-
thor (~> 1.0)
230-
zeitwerk (~> 2.5)
249+
thor (~> 1.0, >= 1.2.2)
250+
zeitwerk (~> 2.6)
231251
rainbow (3.1.1)
232252
rake (13.1.0)
233253
rdoc (6.6.2)
@@ -315,6 +335,7 @@ GEM
315335
addressable (>= 2.8.0)
316336
crack (>= 0.3.2)
317337
hashdiff (>= 0.4.0, < 2.0.0)
338+
webrick (1.8.1)
318339
websocket (1.2.10)
319340
websocket-driver (0.7.6)
320341
websocket-extensions (>= 0.1.0)
@@ -349,7 +370,7 @@ DEPENDENCIES
349370
mocha
350371
pg
351372
puma
352-
rails (~> 7.0.2, >= 7.0.2.3)
373+
rails (~> 7.0)
353374
rubocop
354375
rubocop-rails
355376
selenium-webdriver

0 commit comments

Comments
 (0)