Fixed usage of Bootstrap 3.0
This commit is contained in:
parent
660e494a20
commit
0ad7b6400a
2 changed files with 12 additions and 6 deletions
5
Gemfile
5
Gemfile
|
|
@ -57,8 +57,9 @@ end
|
|||
|
||||
# Twitter Bootstrap template
|
||||
#gem 'bootstrap-sass'
|
||||
gem 'anjlab-bootstrap-rails', '>= 3.0.0.0'
|
||||
|
||||
#gem 'anjlab-bootstrap-rails', '>= 3.0.0.0'
|
||||
gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
|
||||
:github => 'anjlab/bootstrap-rails'
|
||||
# Pagination
|
||||
# Hint: rails generate kaminari:views bootstrap
|
||||
gem 'kaminari'
|
||||
|
|
|
|||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -1,3 +1,11 @@
|
|||
GIT
|
||||
remote: git://github.com/anjlab/bootstrap-rails.git
|
||||
revision: 056c63f1128a255688da1d064c5a2854ab5c8a9a
|
||||
specs:
|
||||
anjlab-bootstrap-rails (3.0.0.1)
|
||||
railties (>= 3.0)
|
||||
sass (>= 3.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
|
@ -25,9 +33,6 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 0.3.37)
|
||||
anjlab-bootstrap-rails (3.0.0.1)
|
||||
railties (>= 3.0)
|
||||
sass (>= 3.2)
|
||||
arel (4.0.0)
|
||||
atomic (1.1.13)
|
||||
better_errors (0.9.0)
|
||||
|
|
@ -136,7 +141,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
anjlab-bootstrap-rails (>= 3.0.0.0)
|
||||
anjlab-bootstrap-rails!
|
||||
better_errors
|
||||
binding_of_caller
|
||||
coffee-rails (~> 4.0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue