Skip to content

Commit

Permalink
Add note on tabler-rubygem is only compatible with bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brotandgames committed Oct 15, 2024
1 parent 2834de9 commit f7648c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

# tabler-rubygem is only compatible with bootstrap 4
# The `bg-variant` mixin has been deprecated as of v4.4.0. It will be removed entirely in v5.
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"
Expand Down

0 comments on commit f7648c4

Please sign in to comment.