Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1053 from psu-libraries/valkyrie-2.0
Browse files Browse the repository at this point in the history
Update to Valkyrie 2.0 (for real this time)
  • Loading branch information
rschenk committed Jun 20, 2019
2 parents 5d80b84 + 037a02e commit 1a01995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
# Main gems
gem 'blacklight', '~> 7.0'
gem 'rails', '~> 5.1.6'
gem 'valkyrie', '=2.0.0.RC10'
gem 'valkyrie', '~> 2.0'

# For Blacklight with Sprockets
gem 'bootstrap', '~> 4.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GEM
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.0)
dry-container (0.7.1)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.7)
Expand All @@ -222,7 +222,7 @@ GEM
dry-core (~> 0.4)
dry-equalizer (~> 0.2)
dry-inflector (0.1.2)
dry-logic (1.0.0)
dry-logic (1.0.2)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
Expand Down Expand Up @@ -651,7 +651,7 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (1.5.0)
validatable (1.6.7)
valkyrie (2.0.0.RC10)
valkyrie (2.0.0)
activemodel
activesupport
disposable (~> 0.4.5)
Expand Down Expand Up @@ -761,7 +761,7 @@ DEPENDENCIES
turbolinks (~> 5)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
uglifier (>= 1.3.0)
valkyrie (= 2.0.0.RC10)
valkyrie (~> 2.0)
web-console (>= 3.3.0)
webdrivers
webpacker (~> 4.0)
Expand Down

0 comments on commit 1a01995

Please sign in to comment.