Skip to content

Commit

Permalink
Upgrade twitter-bootstrap-rails to resolve BadgeLabelHelper autoloadi…
Browse files Browse the repository at this point in the history
…ng deprecation
  • Loading branch information
harunkumars committed Nov 28, 2023
1 parent 4ea2b84 commit 5b25b5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem "devise", "~> 4.7.3"
gem "omniauth", "~>1.9.0"
gem "omniauth-twitter", "~> 1.4.0"
gem "haml-rails", "~> 2.0.1"
gem "twitter-bootstrap-rails", "~> 3.2.2"
gem "twitter-bootstrap-rails", "~> 5.0.0"
gem "redcarpet", "~> 1.17.2"
gem "nokogiri", "~> 1.12.5"

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
equalizer (0.0.11)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.8.1)
execjs (2.9.1)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
Expand Down Expand Up @@ -197,10 +197,10 @@ GEM
kaminari-core (1.2.2)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (5.0.0)
actionpack (>= 5.0)
less-rails (4.0.0)
actionpack (>= 4)
less (~> 2.6.0)
sprockets (~> 3.0)
sprockets (>= 2)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -380,11 +380,11 @@ GEM
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
twitter-bootstrap-rails (3.2.2)
actionpack (>= 3.1)
execjs (>= 2.2.2, >= 2.2)
less-rails (>= 2.5.0)
railties (>= 3.1)
twitter-bootstrap-rails (5.0.0)
actionpack (>= 5.0, < 8.0)
execjs (~> 2.7)
less-rails (>= 3.0, < 5.0)
railties (>= 5.0, < 8.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
Expand Down Expand Up @@ -453,7 +453,7 @@ DEPENDENCIES
spring
turbolinks (~> 5)
twitter (~> 6.2.0)
twitter-bootstrap-rails (~> 3.2.2)
twitter-bootstrap-rails (~> 5.0.0)
tzinfo-data
web-console (>= 4.1.0)
webdrivers
Expand Down

0 comments on commit 5b25b5c

Please sign in to comment.