Skip to content

Commit 2301b7e

Browse files
authored
Merge pull request #1321 from MITLibraries/update-dependencies
Update dependencies
2 parents 5aa22e3 + bd01335 commit 2301b7e

File tree

4 files changed

+141
-131
lines changed

4 files changed

+141
-131
lines changed

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ git_source(:github) do |repo_name|
66
"https://github.com/#{repo_name}.git"
77
end
88

9-
gem 'administrate'
9+
gem 'administrate', '~> 0.19.0'
1010
gem 'aws-sdk-rails'
1111
gem 'aws-sdk-s3'
12+
gem 'aws-sdk-sqs', '~> 1.63.0'
1213
gem 'bootsnap'
1314
gem 'cancancan'
1415
gem 'cocoon'
@@ -19,7 +20,7 @@ gem 'json'
1920
gem 'kaminari'
2021
gem 'lograge'
2122
gem 'marc'
22-
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.2'
23+
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.4'
2324
gem 'net-imap', require: false
2425
gem 'net-pop', require: false
2526
gem 'net-smtp', require: false

0 commit comments

Comments
 (0)