Skip to content

Commit

Permalink
update for bootstrap-sass v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Aug 14, 2014
1 parent 6dc007e commit 1446825
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.2.0.0)
bootstrap-sass (3.2.0.1)
sass (~> 3.2)
builder (3.2.2)
capybara (2.4.1)
Expand All @@ -49,10 +49,10 @@ GEM
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
coffee-script-source (1.7.1)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
diff-lcs (1.2.5)
Expand All @@ -63,14 +63,14 @@ GEM
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
faker (1.4.1)
faker (1.4.2)
i18n (~> 0.5)
ffi (1.9.3)
hashie (2.1.2)
high_voltage (2.2.0)
hashie (3.2.0)
high_voltage (2.2.1)
hike (1.2.3)
i18n (0.6.9)
jbuilder (2.1.2)
i18n (0.6.11)
jbuilder (2.1.3)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.1)
Expand All @@ -86,11 +86,11 @@ GEM
mini_portile (0.6.0)
minitest (5.4.0)
multi_json (1.10.1)
nokogiri (1.6.2.1)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
oauth (0.4.7)
omniauth (1.2.1)
hashie (>= 1.2, < 3)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-oauth (1.0.1)
oauth
Expand All @@ -114,7 +114,7 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.4)
sprockets-rails (~> 2.0)
rails_layout (1.0.20)
rails_layout (1.0.21)
railties (4.1.4)
actionpack (= 4.1.4)
activesupport (= 4.1.4)
Expand All @@ -123,32 +123,32 @@ GEM
rake (10.3.2)
rdoc (4.1.1)
json (~> 1.4)
rspec-core (3.0.2)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.2)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.2)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-rails (3.0.1)
rspec-rails (3.0.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-support (~> 3.0.0)
rspec-support (3.0.2)
rspec-support (3.0.4)
rubyzip (1.1.6)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
Expand All @@ -173,9 +173,9 @@ GEM
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (1.2.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.1)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
websocket (1.0.7)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require bootstrap
//= require bootstrap-sprockets
//= require_tree .
1 change: 1 addition & 0 deletions app/assets/stylesheets/framework_and_overrides.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// import the CSS framework
@import "bootstrap-sprockets";
@import "bootstrap";

// make all images responsive by default
Expand Down
2 changes: 1 addition & 1 deletion public/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Software: Ruby on Rails

/* GENERATED BY */
RailsApps application template: http://railsapps.github.io/
Rails Composer: http://railscomposer.com/
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# run as spec files by default. This means that files in spec/support that end
# in _spec.rb will both be required and run as specs, causing the specs to be
# run twice. It is recommended that you do not name files matching this glob to
# end with _spec.rb. You can configure this pattern with with the --pattern
# end with _spec.rb. You can configure this pattern with the --pattern
# option on the command line or in ~/.rspec, .rspec or `.rspec-local`.
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }

Expand Down

0 comments on commit 1446825

Please sign in to comment.