Skip to content

Commit

Permalink
Downgrade bootstrap from 5 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brotandgames committed Oct 15, 2024
1 parent b28455f commit 2834de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "bootstrap", "~> 5.3"
gem "bootstrap", "~> 4"
# https://stackoverflow.com/questions/78617432/strange-bundle-update-issue-disappearing-net-pop-0-1-2-dependency
gem "net-pop", github: "ruby/net-pop"
gem "prometheus-client"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
bootstrap (5.3.3)
bootstrap (4.6.2.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
popper_js (>= 1.16.1, < 2)
builder (3.3.0)
byebug (11.1.3)
capybara (3.40.0)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
popper_js (2.11.8)
popper_js (1.16.1)
prometheus-client (4.2.3)
base64
public_suffix (6.0.1)
Expand Down Expand Up @@ -345,7 +345,7 @@ PLATFORMS

DEPENDENCIES
bootsnap (>= 1.4.4)
bootstrap (~> 5.3)
bootstrap (~> 4)
byebug
capybara (>= 3.26)
jbuilder (~> 2.9)
Expand Down

0 comments on commit 2834de9

Please sign in to comment.