Skip to content

Commit

Permalink
Update twitter-bootstrap-rails to support Ruby 1.8 refs codefirst#21
Browse files Browse the repository at this point in the history
At this time, latest twitter bootstrap rails is 2.1.9, but this version
does not support Ruby 1.8.
This is bug and will be fixed in next version.
  • Loading branch information
mzp committed Dec 30, 2012
1 parent 69dc9f6 commit 1748100
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ gem 'omniauth-twitter'
gem 'sass-rails', '~> 3.2.3'
gem 'haml-rails', '~> 0.3.4'
gem 'less-rails'
gem 'twitter-bootstrap-rails', '~> 2.1.6'
# 2.1.9 with 1.8 compatibility fix
gem 'twitter-bootstrap-rails', :github => 'seyhunak/twitter-bootstrap-rails', :ref => 'b126c86a57fd0512e296be9f73b0613c34a89bfb'
gem 'jquery-rails', '~> 2.0.2'


Expand Down
18 changes: 13 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
GIT
remote: git://github.com/seyhunak/twitter-bootstrap-rails.git
revision: b126c86a57fd0512e296be9f73b0613c34a89bfb
ref: b126c86a57fd0512e296be9f73b0613c34a89bfb
specs:
twitter-bootstrap-rails (2.1.9)
actionpack (>= 3.1)
execjs
railties (>= 3.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -105,6 +115,8 @@ GEM
orm_adapter (0.4.0)
pg (0.14.0)
polyglot (0.3.3)
puma (1.6.3)
rack (~> 1.2)
puma (1.6.3-java)
rack (~> 1.2)
rack (1.4.1)
Expand Down Expand Up @@ -172,10 +184,6 @@ GEM
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
twitter-bootstrap-rails (2.1.9)
actionpack (>= 3.1)
execjs
railties (>= 3.1)
tzinfo (0.3.33)
uglifier (1.2.7)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -216,7 +224,7 @@ DEPENDENCIES
therubyracer
therubyrhino
thin
twitter-bootstrap-rails (~> 2.1.6)
twitter-bootstrap-rails!
uglifier (>= 1.0.3)
uuidtools
warbler

0 comments on commit 1748100

Please sign in to comment.