Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ gem "jwt"

# Avoid "already initialized constant" errors (https://github.com/ruby/net-imap/issues/16)
gem "net-http"
gem 'uri', '0.10.3'
gem 'uri', '0.11.3'

# To generate slugged urls
gem 'friendly_id', '~> 5.5.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
date (3.4.1)
debug_inspector (1.2.0)
devise (4.9.3)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
mysql2 (0.5.5)
net-http (0.4.0)
uri
net-imap (0.4.9)
net-imap (0.4.19)
date
net-protocol
net-ldap (0.18.0)
Expand All @@ -247,11 +247,11 @@ GEM
newrelic_rpm (9.6.0)
base64
nio4r (2.7.0)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.18.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-darwin)
nokogiri (1.18.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.4-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ GEM
stringio
public_suffix (5.0.4)
racc (1.8.1)
rack (2.2.9)
rack (2.2.13)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (3.2.0)
Expand Down Expand Up @@ -441,14 +441,14 @@ GEM
rack (>= 1, < 3)
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.1)
timeout (0.4.3)
ttfunk (1.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.4)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
uri (0.10.3)
uri (0.11.3)
version_gem (1.1.3)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -542,7 +542,7 @@ DEPENDENCIES
terser (>= 1.1.7)
thin
tzinfo-data
uri (= 0.10.3)
uri (= 0.11.3)
webmock
webrick (~> 1.8)
yard
Expand Down
Loading