Skip to content

Commit

Permalink
Merge pull request #1889 from datadryad/3692-quarterly-update-gem-dep…
Browse files Browse the repository at this point in the history
…endencies

3692 quarterly update gem dependencies
  • Loading branch information
ahamelers authored Oct 22, 2024
2 parents 6bc975d + 7d2e8bd commit 323db3c
Show file tree
Hide file tree
Showing 14 changed files with 186 additions and 226 deletions.
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'capistrano-rails', '~> 1.6.2'
gem 'capistrano-yarn'
gem 'ed25519', '1.3.0'
gem 'rdoc', '~> 6.1.1' # for some reason needs to be installed for capistrano to work right
gem 'rubocop', '~> 1.64', require: false
gem 'rubocop', '~> 1.67.0', require: false
# Use Puma as the app server
gem 'puma', '6.4.3', group: :puma, require: false

Expand Down Expand Up @@ -71,7 +71,7 @@ gem 'font-awesome-sass', '~> 6.1.0'
gem 'google-apis-gmail_v1', '~> 0.14.0'
gem 'grover'
gem 'http', '~> 5.0.4'
gem 'httparty', '~> 0.21.0'
gem 'httparty', '~> 0.22.0'
gem 'httpclient', '~> 2.8.3'
gem 'jbuilder' # is this used?
gem 'jquery-turbolinks', '~> 2.1.0'
Expand All @@ -97,9 +97,9 @@ gem 'recaptcha', '~> 5.14'
gem 'redcarpet', '~> 3.6'
gem 'responders', '~> 3.0.1' # do we use this?
gem 'rest-client', '~> 2.1.0' # yet another http gem, not sure it's used
gem 'restforce', '~> 5.2.4'
gem 'restforce', '~> 7.5.0'
gem 'rinku', '~> 2.0.6' # we used this one, creates links from text but not sure if we still use it
gem 'rsolr', '~> 2.5.0'
gem 'rsolr', '~> 2.6.0'
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
gem 'serrano', '~> 1.0' # this is a gem from datacite(?) and not sure it's actively used
gem 'solr_wrapper', '~> 3.1.3' # was once used in tests, not sure still used
Expand All @@ -114,6 +114,7 @@ gem 'zaru', '~> 0.3.0' # for sanitizing file names

gem 'base64'
gem 'bigdecimal'
gem 'faraday', '~> 1.10.4'
gem 'mutex_m'

# ############################################################
Expand Down Expand Up @@ -169,11 +170,11 @@ group :development, :v3_development, :local_dev, :local, :test do
gem 'binding_of_caller'
# Ruby fast debugger - base + CLI (http://github.com/deivid-rodriguez/byebug)
gem 'byebug'
gem 'drb'
gem 'listen'
gem 'parallel_tests'
gem 'pry'
gem 'pry-rails'
gem 'pry-remote', require: 'pry-remote'
# Rails application preloader (https://github.com/rails/spring), says not to install in production
gem 'letter_opener'
gem 'letter_opener_web', '~> 3.0'
Expand Down
Loading

0 comments on commit 323db3c

Please sign in to comment.