Skip to content

Commit

Permalink
Attempt fix to Heroku server rubygems/rubygems#4269
Browse files Browse the repository at this point in the history
  • Loading branch information
jinxiao69 committed Apr 5, 2022
1 parent affa043 commit 1d4b4ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/activeadmin/activeadmin.git
revision: 7367d9ec810b5d35ae29a38f10b75df74058e488
revision: 65ef4215ce31c8b0393118d1522fd700baf75426
specs:
activeadmin (2.11.1)
arbre (~> 1.2, >= 1.2.1)
Expand Down Expand Up @@ -215,6 +215,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
multi_json (1.15.0)
net-imap (0.2.3)
Expand All @@ -232,6 +233,9 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-linux)
Expand Down Expand Up @@ -383,6 +387,7 @@ GEM

PLATFORMS
arm64-darwin-21
ruby
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 1d4b4ee

Please sign in to comment.