Skip to content

Commit 8ad84a3

Browse files
authored
Merge pull request #19 from harvard-lts/LTSDISC-147-upgrade-rails
2 parents 39a19ed + e17b8c3 commit 8ad84a3

2 files changed

Lines changed: 82 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ source "https://rubygems.org"
33
# Specify your gem's dependencies in harvard-patterns-gem.gemspec
44
gemspec
55

6+
gem 'rails', '~> 7.1.2'
67
gem "rake", "~> 12.0"
78
gem 'bootstrap', '~> 5.1'

Gemfile.lock

Lines changed: 81 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,32 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionmailer (0.6.1)
13-
actionpack (>= 0.9.5)
12+
actioncable (7.1.5.2)
13+
actionpack (= 7.1.5.2)
14+
activesupport (= 7.1.5.2)
15+
nio4r (~> 2.0)
16+
websocket-driver (>= 0.6.1)
17+
zeitwerk (~> 2.6)
18+
actionmailbox (7.1.5.2)
19+
actionpack (= 7.1.5.2)
20+
activejob (= 7.1.5.2)
21+
activerecord (= 7.1.5.2)
22+
activestorage (= 7.1.5.2)
23+
activesupport (= 7.1.5.2)
24+
mail (>= 2.7.1)
25+
net-imap
26+
net-pop
27+
net-smtp
28+
actionmailer (7.1.5.2)
29+
actionpack (= 7.1.5.2)
30+
actionview (= 7.1.5.2)
31+
activejob (= 7.1.5.2)
32+
activesupport (= 7.1.5.2)
33+
mail (~> 2.5, >= 2.5.4)
34+
net-imap
35+
net-pop
36+
net-smtp
37+
rails-dom-testing (~> 2.2)
1438
actionpack (7.1.5.2)
1539
actionview (= 7.1.5.2)
1640
activesupport (= 7.1.5.2)
@@ -21,18 +45,34 @@ GEM
2145
rack-test (>= 0.6.3)
2246
rails-dom-testing (~> 2.2)
2347
rails-html-sanitizer (~> 1.6)
48+
actiontext (7.1.5.2)
49+
actionpack (= 7.1.5.2)
50+
activerecord (= 7.1.5.2)
51+
activestorage (= 7.1.5.2)
52+
activesupport (= 7.1.5.2)
53+
globalid (>= 0.6.0)
54+
nokogiri (>= 1.8.5)
2455
actionview (7.1.5.2)
2556
activesupport (= 7.1.5.2)
2657
builder (~> 3.1)
2758
erubi (~> 1.11)
2859
rails-dom-testing (~> 2.2)
2960
rails-html-sanitizer (~> 1.6)
61+
activejob (7.1.5.2)
62+
activesupport (= 7.1.5.2)
63+
globalid (>= 0.3.6)
3064
activemodel (7.1.5.2)
3165
activesupport (= 7.1.5.2)
3266
activerecord (7.1.5.2)
3367
activemodel (= 7.1.5.2)
3468
activesupport (= 7.1.5.2)
3569
timeout (>= 0.4.0)
70+
activestorage (7.1.5.2)
71+
actionpack (= 7.1.5.2)
72+
activejob (= 7.1.5.2)
73+
activerecord (= 7.1.5.2)
74+
activesupport (= 7.1.5.2)
75+
marcel (~> 1.0)
3676
activesupport (7.1.5.2)
3777
base64
3878
benchmark (>= 0.3)
@@ -73,6 +113,8 @@ GEM
73113
ffi (1.17.1-x86_64-darwin)
74114
ffi (1.17.1-x86_64-linux)
75115
ffi (1.17.1-x86_64-linux-musl)
116+
globalid (1.3.0)
117+
activesupport (>= 6.1)
76118
i18n (1.14.6)
77119
concurrent-ruby (~> 1.0)
78120
io-console (0.8.0)
@@ -83,8 +125,26 @@ GEM
83125
loofah (2.24.0)
84126
crass (~> 1.0.2)
85127
nokogiri (>= 1.12.0)
128+
mail (2.9.0)
129+
logger
130+
mini_mime (>= 0.1.1)
131+
net-imap
132+
net-pop
133+
net-smtp
134+
marcel (1.1.0)
135+
mini_mime (1.1.5)
86136
minitest (5.25.4)
87137
mutex_m (0.3.0)
138+
net-imap (0.5.12)
139+
date
140+
net-protocol
141+
net-pop (0.1.2)
142+
net-protocol
143+
net-protocol (0.2.2)
144+
timeout
145+
net-smtp (0.5.1)
146+
net-protocol
147+
nio4r (2.7.4)
88148
nokogiri (1.18.10-aarch64-linux-gnu)
89149
racc (~> 1.4)
90150
nokogiri (1.18.10-aarch64-linux-musl)
@@ -114,11 +174,20 @@ GEM
114174
rack (>= 1.3)
115175
rackup (2.2.1)
116176
rack (>= 3)
117-
rails (0.9.5)
118-
actionmailer (>= 0.6.1)
119-
actionpack (>= 1.4.0)
120-
activerecord (>= 1.6.0)
121-
rake (>= 0.4.15)
177+
rails (7.1.5.2)
178+
actioncable (= 7.1.5.2)
179+
actionmailbox (= 7.1.5.2)
180+
actionmailer (= 7.1.5.2)
181+
actionpack (= 7.1.5.2)
182+
actiontext (= 7.1.5.2)
183+
actionview (= 7.1.5.2)
184+
activejob (= 7.1.5.2)
185+
activemodel (= 7.1.5.2)
186+
activerecord (= 7.1.5.2)
187+
activestorage (= 7.1.5.2)
188+
activesupport (= 7.1.5.2)
189+
bundler (>= 1.15.0)
190+
railties (= 7.1.5.2)
122191
rails-dom-testing (2.2.0)
123192
activesupport (>= 5.0.0)
124193
minitest
@@ -175,6 +244,10 @@ GEM
175244
tsort (0.2.0)
176245
tzinfo (2.0.6)
177246
concurrent-ruby (~> 1.0)
247+
websocket-driver (0.8.0)
248+
base64
249+
websocket-extensions (>= 0.1.0)
250+
websocket-extensions (0.1.5)
178251
zeitwerk (2.6.18)
179252

180253
PLATFORMS
@@ -190,6 +263,7 @@ PLATFORMS
190263
DEPENDENCIES
191264
bootstrap (~> 5.1)
192265
harvard-patterns-gem!
266+
rails (~> 7.1.2)
193267
rake (~> 12.0)
194268

195269
BUNDLED WITH

0 commit comments

Comments
 (0)