Trying to use Bootstrap 3
Unfortunately it's not working yet. Error: File to import not found or unreadable: twitter/bootstrap
This commit is contained in:
parent
d79b3a9986
commit
6ecda590d7
7 changed files with 60 additions and 43 deletions
32
Gemfile.lock
32
Gemfile.lock
|
|
@ -25,15 +25,16 @@ 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.10)
|
||||
atomic (1.1.13)
|
||||
better_errors (0.9.0)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
binding_of_caller (0.7.2)
|
||||
debug_inspector (>= 0.0.1)
|
||||
bootstrap-sass (2.3.2.1)
|
||||
sass (~> 3.2)
|
||||
builder (3.1.4)
|
||||
callsite (0.0.11)
|
||||
coderay (1.0.9)
|
||||
|
|
@ -46,13 +47,12 @@ GEM
|
|||
coffee-script-source (1.6.3)
|
||||
debug_inspector (0.0.2)
|
||||
erubis (2.7.0)
|
||||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
execjs (2.0.0)
|
||||
fancybox2-rails (0.2.4)
|
||||
railties (>= 3.1.0)
|
||||
hike (1.2.3)
|
||||
i18n (0.6.4)
|
||||
jbuilder (1.4.2)
|
||||
i18n (0.6.5)
|
||||
jbuilder (1.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
multi_json (>= 1.2.0)
|
||||
jquery-rails (3.0.4)
|
||||
|
|
@ -62,7 +62,7 @@ GEM
|
|||
kaminari (0.14.1)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
libv8 (3.11.8.17)
|
||||
libv8 (3.16.14.3)
|
||||
mail (2.5.4)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
|
|
@ -70,9 +70,9 @@ GEM
|
|||
callsite
|
||||
rack-contrib
|
||||
railties
|
||||
mime-types (1.23)
|
||||
mime-types (1.24)
|
||||
minitest (4.7.5)
|
||||
multi_json (1.7.7)
|
||||
multi_json (1.7.9)
|
||||
pg (0.16.0)
|
||||
polyglot (0.3.3)
|
||||
rack (1.5.2)
|
||||
|
|
@ -97,7 +97,7 @@ GEM
|
|||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
ref (1.0.5)
|
||||
sass (3.2.9)
|
||||
sass (3.2.10)
|
||||
sass-rails (4.0.0)
|
||||
railties (>= 4.0.0.beta, < 5.0)
|
||||
sass (>= 3.1.10)
|
||||
|
|
@ -114,15 +114,15 @@ GEM
|
|||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (~> 2.8)
|
||||
sqlite3 (1.3.7)
|
||||
therubyracer (0.11.4)
|
||||
libv8 (~> 3.11.8.12)
|
||||
sqlite3 (1.3.8)
|
||||
therubyracer (0.12.0)
|
||||
libv8 (~> 3.16.14.0)
|
||||
ref
|
||||
thor (0.18.1)
|
||||
thread_safe (0.1.2)
|
||||
atomic
|
||||
tilt (1.4.1)
|
||||
treetop (1.4.14)
|
||||
treetop (1.4.15)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
turbolinks (1.3.0)
|
||||
|
|
@ -136,9 +136,9 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
anjlab-bootstrap-rails (>= 3.0.0.0)
|
||||
better_errors
|
||||
binding_of_caller
|
||||
bootstrap-sass
|
||||
coffee-rails (~> 4.0.0)
|
||||
fancybox2-rails (~> 0.2.4)
|
||||
jbuilder (~> 1.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue