Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed May 10, 2024
1 parent 40eb89e commit f3bd81f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '7.1.3.2'
gem 'bootstrap', '4.6.2'
gem 'attr_encrypted', git: 'https://github.com/octobox/attr_encrypted.git', branch: 'rails-7'
gem 'jquery-rails'
gem 'pagy'
gem 'pagy', '7.0.11'
gem 'local_time', '2.1.0'
gem 'octicons_helper'
gem 'octokit'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -211,9 +211,9 @@ GEM
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -222,7 +222,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nio4r (2.7.3)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -240,10 +240,10 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
octicons (19.8.0)
octicons_helper (19.8.0)
octicons (19.9.0)
octicons_helper (19.9.0)
actionview
octicons (= 19.8.0)
octicons (= 19.9.0)
railties
octokit (8.1.0)
base64
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
puma (>= 2.7)
raabro (1.4.0)
racc (1.7.3)
rack (3.0.10)
rack (3.0.11)
rack-canonical-host (1.3.0)
addressable (> 0, < 3)
rack (>= 1.6, < 4)
Expand Down Expand Up @@ -337,7 +337,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
reline (0.5.5)
reline (0.5.6)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -455,7 +455,7 @@ DEPENDENCIES
oj
omniauth-github (= 2.0.1)
omniauth-rails_csrf_protection
pagy
pagy (= 7.0.11)
pg
pg_search
psych
Expand Down Expand Up @@ -488,4 +488,4 @@ RUBY VERSION
ruby 3.3.0p31

BUNDLED WITH
2.5.6
2.5.10

0 comments on commit f3bd81f

Please sign in to comment.