Skip to content

Commit 39f1242

Browse files
authored
Merge pull request #124 from MITLibraries/update-deps
Update deps
2 parents 3482be4 + 12ba79d commit 39f1242

File tree

5 files changed

+111
-93
lines changed

5 files changed

+111
-93
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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' # Locked due to https://github.com/github/graphql-client/issues/310
7+
gem 'graphql'
88
gem 'graphql-client'
99
gem 'http'
1010
gem 'importmap-rails'
@@ -41,6 +41,7 @@ end
4141
group :test do
4242
gem 'capybara'
4343
gem 'climate_control'
44+
gem 'minitest-reporters'
4445
gem 'mocha'
4546
gem 'selenium-webdriver'
4647
gem 'simplecov'

0 commit comments

Comments
 (0)