Skip to content

Commit

Permalink
Merge pull request #157 from datacite/upgrade_volpino
Browse files Browse the repository at this point in the history
Upgrade volpino rails 6
  • Loading branch information
richardhallett authored Apr 10, 2024
2 parents f829782 + ea8a6c1 commit 82f853a
Show file tree
Hide file tree
Showing 18 changed files with 335 additions and 160 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"

gem "bootsnap", "~> 1.4", ">= 1.4.4", require: false
gem "mysql2", "~> 0.4.4"
gem "rails", "~> 5.2.0"
gem "mysql2", "~> 0.5.0"
gem "rails", "~> 6.0"

gem "aasm", "~> 5.0", ">= 5.0.6"
gem "active_model_serializers", "~> 0.10.10"
Expand All @@ -23,7 +23,7 @@ gem "flipper-ui"
gem "nilify_blanks", "~> 1.3"
gem "oj", ">= 2.8.3"
gem "oj_mimic_json", "~> 1.0", ">= 1.0.1"
gem "orcid_client", "~> 0.10.1"
gem "orcid_client", "~> 0.11.0"
gem "postrank-uri", "~> 1.0", ">= 1.0.24"
gem "pwqgen.rb", "~> 0.1.0"
gem "rake", "~> 12.0"
Expand All @@ -32,7 +32,6 @@ gem "shoryuken", "~> 5.0", ">= 5.0.3"
gem "strip_attributes", "~> 1.9", ">= 1.9.2"
gem "tzinfo-data", "~> 1.2019", ">= 1.2019.3"

gem "bergamasco", "~> 0.3.17"
gem "commonmarker", "~> 0.21.0"
gem "country_select", "~> 4.0"
gem "dalli", "~> 2.7", ">= 2.7.10"
Expand All @@ -47,7 +46,7 @@ gem "rack-cors", "~> 1.0", require: "rack/cors"
gem "rouge", "~> 3.15"
gem "simple_form", "~> 4.1.0"

gem "cancancan", "~> 2.3"
gem "cancancan", "~> 3.0"
gem "devise", "~> 4.8"
gem "gravtastic", "~> 3.2", ">= 3.2.6"
gem "jwt", "~> 2.2", ">= 2.2.1"
Expand Down
Loading

0 comments on commit 82f853a

Please sign in to comment.