Skip to content

Commit

Permalink
Merge pull request #2454 from rdunlop/fix_gemfile_lock
Browse files Browse the repository at this point in the history
Fix gemfile.lock so that a deploy succeeds
  • Loading branch information
rdunlop authored Oct 9, 2023
2 parents 56ca1b7 + 8c6223b commit 0ba2d4f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,9 @@ GIT
fancybox2-rails (0.2.8)
railties (>= 3.1.0)

GEM
remote: https://rails-assets.org/
specs:
rails-assets-datetimepicker (2.5.20)
rails-assets-jquery (>= 1.7.2)
rails-assets-jquery-mousewheel (>= 3.1.13)
rails-assets-php-date-formatter (>= 1.3.3)

GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
acme-client (2.0.11)
faraday (>= 1.0, < 3.0.0)
Expand Down Expand Up @@ -469,6 +462,10 @@ GEM
activesupport (= 7.0.8)
bundler (>= 1.15.0)
railties (= 7.0.8)
rails-assets-datetimepicker (2.5.20)
rails-assets-jquery (>= 1.7.2)
rails-assets-jquery-mousewheel (>= 3.1.13)
rails-assets-php-date-formatter (>= 1.3.3)
rails-assets-jquery (3.7.0)
rails-assets-jquery-mousewheel (3.1.13)
rails-assets-jquery (>= 1.2.2)
Expand Down

0 comments on commit 0ba2d4f

Please sign in to comment.