Skip to content

Commit 4ac3ef0

Browse files
committed
update deps
1 parent b9a4786 commit 4ac3ef0

File tree

3 files changed

+43
-29
lines changed

3 files changed

+43
-29
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ gem 'graphql-client'
88
gem 'http'
99
gem 'importmap-rails'
1010
gem 'jbuilder'
11-
gem 'mitlibraries-theme', '~> 0.7.0'
12-
gem 'puma', '~> 5.0'
11+
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.0.0'
12+
gem 'puma'
1313
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
1414
gem 'sentry-rails'
1515
gem 'sentry-ruby'
@@ -25,7 +25,7 @@ end
2525
group :development, :test do
2626
gem 'debug', platforms: %i[mri mingw x64_mingw]
2727
gem 'dotenv-rails'
28-
gem 'sqlite3', '~> 1.4'
28+
gem 'sqlite3'
2929
end
3030

3131
group :development do

Gemfile.lock

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/mitlibraries/mitlibraries-theme
3+
revision: f53eb6ec1f4e6c43fe39c86544e48c355e04c992
4+
tag: v1.0.0
5+
specs:
6+
mitlibraries-theme (1.0.0)
7+
rails (>= 6, < 8)
8+
sassc-rails (~> 2)
9+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -116,7 +125,7 @@ GEM
116125
rake
117126
globalid (1.1.0)
118127
activesupport (>= 5.0)
119-
graphql (2.0.16)
128+
graphql (2.0.17)
120129
graphql-client (0.18.0)
121130
activesupport (>= 3.0)
122131
graphql
@@ -147,7 +156,7 @@ GEM
147156
loofah (2.19.1)
148157
crass (~> 1.0.2)
149158
nokogiri (>= 1.5.9)
150-
mail (2.8.0.1)
159+
mail (2.8.1)
151160
mini_mime (>= 0.1.1)
152161
net-imap
153162
net-pop
@@ -157,9 +166,6 @@ GEM
157166
method_source (1.0.0)
158167
mini_mime (1.1.2)
159168
minitest (5.17.0)
160-
mitlibraries-theme (0.7.0)
161-
rails (>= 5, < 8)
162-
sassc (~> 2)
163169
mocha (2.0.2)
164170
ruby2_keywords (>= 0.0.5)
165171
msgpack (1.6.0)
@@ -173,16 +179,16 @@ GEM
173179
net-smtp (0.3.3)
174180
net-protocol
175181
nio4r (2.5.8)
176-
nokogiri (1.14.1-x86_64-darwin)
182+
nokogiri (1.14.2-x86_64-darwin)
177183
racc (~> 1.4)
178-
nokogiri (1.14.1-x86_64-linux)
184+
nokogiri (1.14.2-x86_64-linux)
179185
racc (~> 1.4)
180186
parallel (1.22.1)
181-
parser (3.2.0.0)
187+
parser (3.2.1.0)
182188
ast (~> 2.4.1)
183189
pg (1.4.5)
184190
public_suffix (5.0.1)
185-
puma (5.6.5)
191+
puma (6.1.0)
186192
nio4r (~> 2.0)
187193
racc (1.6.2)
188194
rack (2.2.6.2)
@@ -216,22 +222,22 @@ GEM
216222
zeitwerk (~> 2.5)
217223
rainbow (3.1.1)
218224
rake (13.0.6)
219-
regexp_parser (2.6.2)
225+
regexp_parser (2.7.0)
220226
reline (0.3.2)
221227
io-console (~> 0.5)
222228
rexml (3.2.5)
223-
rubocop (1.44.1)
229+
rubocop (1.46.0)
224230
json (~> 2.3)
225231
parallel (~> 1.10)
226232
parser (>= 3.2.0.0)
227233
rainbow (>= 2.2.2, < 4.0)
228234
regexp_parser (>= 1.8, < 3.0)
229235
rexml (>= 3.2.5, < 4.0)
230-
rubocop-ast (>= 1.24.1, < 2.0)
236+
rubocop-ast (>= 1.26.0, < 2.0)
231237
ruby-progressbar (~> 1.7)
232238
unicode-display_width (>= 2.4.0, < 3.0)
233-
rubocop-ast (1.24.1)
234-
parser (>= 3.1.1.0)
239+
rubocop-ast (1.26.0)
240+
parser (>= 3.2.1.0)
235241
rubocop-rails (2.17.4)
236242
activesupport (>= 4.2.0)
237243
rack (>= 1.1)
@@ -241,14 +247,20 @@ GEM
241247
rubyzip (2.3.2)
242248
sassc (2.4.0)
243249
ffi (~> 1.9)
244-
selenium-webdriver (4.8.0)
250+
sassc-rails (2.1.2)
251+
railties (>= 4.0.0)
252+
sassc (>= 2.0)
253+
sprockets (> 3.0)
254+
sprockets-rails
255+
tilt
256+
selenium-webdriver (4.8.1)
245257
rexml (~> 3.2, >= 3.2.5)
246258
rubyzip (>= 1.2.2, < 3.0)
247259
websocket (~> 1.0)
248-
sentry-rails (5.7.0)
260+
sentry-rails (5.8.0)
249261
railties (>= 5.0)
250-
sentry-ruby (~> 5.7.0)
251-
sentry-ruby (5.7.0)
262+
sentry-ruby (~> 5.8.0)
263+
sentry-ruby (5.8.0)
252264
concurrent-ruby (~> 1.0, >= 1.0.2)
253265
simplecov (0.22.0)
254266
docile (~> 1.1)
@@ -264,13 +276,14 @@ GEM
264276
actionpack (>= 5.2)
265277
activesupport (>= 5.2)
266278
sprockets (>= 3.0.0)
267-
sqlite3 (1.6.0-x86_64-darwin)
268-
sqlite3 (1.6.0-x86_64-linux)
279+
sqlite3 (1.6.1-x86_64-darwin)
280+
sqlite3 (1.6.1-x86_64-linux)
269281
stimulus-rails (1.2.1)
270282
railties (>= 6.0.0)
271283
thor (1.2.1)
272-
timeout (0.3.1)
273-
turbo-rails (1.3.2)
284+
tilt (2.1.0)
285+
timeout (0.3.2)
286+
turbo-rails (1.3.3)
274287
actionpack (>= 6.0.0)
275288
activejob (>= 6.0.0)
276289
railties (>= 6.0.0)
@@ -300,7 +313,7 @@ GEM
300313
websocket-extensions (0.1.5)
301314
xpath (3.2.0)
302315
nokogiri (~> 1.8)
303-
zeitwerk (2.6.6)
316+
zeitwerk (2.6.7)
304317

305318
PLATFORMS
306319
x86_64-darwin-19
@@ -321,10 +334,10 @@ DEPENDENCIES
321334
http
322335
importmap-rails
323336
jbuilder
324-
mitlibraries-theme (~> 0.7.0)
337+
mitlibraries-theme!
325338
mocha
326339
pg
327-
puma (~> 5.0)
340+
puma
328341
rails (~> 7.0.2, >= 7.0.2.3)
329342
rubocop
330343
rubocop-rails
@@ -334,7 +347,7 @@ DEPENDENCIES
334347
simplecov
335348
simplecov-lcov
336349
sprockets-rails
337-
sqlite3 (~> 1.4)
350+
sqlite3
338351
stimulus-rails
339352
turbo-rails
340353
tzinfo-data
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
class ApplicationController < ActionController::Base
2+
helper Mitlibraries::Theme::Engine.helpers
23
end

0 commit comments

Comments
 (0)