Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4317'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 26, 2023
2 parents 98bfaac + aad93b9 commit af8e089
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem "sprockets-exporters_pack"
gem "actionpack-page_caching", ">= 1.2.0"
gem "activerecord-import"
gem "active_record_union"
gem "bootstrap", :github => "twbs/bootstrap-rubygem", :ref => "fde1edff90d9219bbef48ecc6a65f13835269bcd"
gem "bootstrap", "~> 5.3.2"
gem "bootstrap_form", "~> 5.0"
gem "cancancan"
gem "config"
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/twbs/bootstrap-rubygem.git
revision: fde1edff90d9219bbef48ecc6a65f13835269bcd
ref: fde1edff90d9219bbef48ecc6a65f13835269bcd
specs:
bootstrap (5.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -135,6 +126,9 @@ GEM
debug_inspector (>= 0.0.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
bootstrap_form (5.3.2)
actionpack (>= 6.1)
activemodel (>= 6.1)
Expand Down Expand Up @@ -590,7 +584,7 @@ DEPENDENCIES
better_errors
binding_of_caller
bootsnap (>= 1.4.2)
bootstrap!
bootstrap (~> 5.3.2)
bootstrap_form (~> 5.0)
brakeman
browser
Expand Down

0 comments on commit af8e089

Please sign in to comment.