Skip to content

Commit

Permalink
Add URI gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Jan 7, 2025
1 parent 3aac961 commit 2758d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ gem 'xapian-full-alaveteli', '~> 1.4.22.1'
gem 'xml-simple', '~> 1.1.9', require: 'xmlsimple'
gem 'zip_tricks', '~> 5.6.0'

# Gems that are part of Ruby's standard library but need version constraints as
# they are required by other Gem dependencies
gem 'uri', '~> 1.0.2'

# Gems only used by the research export task
gem 'gender_detector', '~> 2.0.0'

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ DEPENDENCIES
uglifier (~> 4.2.1)
unicode (~> 0.4.4)
unidecoder (~> 1.1.0)
uri (~> 1.0.2)
vpim (~> 24.2.20)
web-console (>= 3.3.0)
webmock (~> 3.24.0)
Expand Down

0 comments on commit 2758d36

Please sign in to comment.