Skip to content

Commit

Permalink
fix addressable
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jul 10, 2023
1 parent e93243c commit c825807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.5'

gem 'addressable', '2.8.1' # remove once https://github.com/postrank-labs/postrank-uri/issues/49 is fixed
gem 'activerecord-nulldb-adapter'
# Use sqlite3 as the database for Active Record
gem 'pg'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.4)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
almond-rails (0.3.0)
rails (>= 4.2)
Expand Down Expand Up @@ -1202,6 +1202,7 @@ DEPENDENCIES
active-fedora (>= 11.1.4)
active_elastic_job!
activerecord-nulldb-adapter
addressable (= 2.8.1)
apartment
aws-sdk-sqs
blacklight (~> 6.7)
Expand Down

0 comments on commit c825807

Please sign in to comment.