Skip to content

Commit

Permalink
Merge pull request #2633 from sul-dlss/pin-uri-gem
Browse files Browse the repository at this point in the history
Pin uri gem until carrierwave incompatibility is fixed
  • Loading branch information
corylown authored Nov 7, 2024
2 parents 43d004e + ccec91d commit c02cbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ gem 'acts-as-taggable-on'
gem 'mods_display', '~> 1.6'
gem 'slack-ruby-client'
gem 'blacklight-oembed', '~> 1.0'
gem 'uri', '< 1' # pinned until https://github.com/carrierwaveuploader/carrierwave/issues/2759 is fixed

# Used for shared reporting https://github.com/sul-dlss/exhibits/issues/2069
gem 'redis', '~> 5.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ DEPENDENCIES
turbolinks (~> 5)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
tzinfo-data
uri (< 1)
web-console (>= 4.1.0)
webmock

Expand Down

0 comments on commit c02cbd5

Please sign in to comment.