Skip to content

Commit

Permalink
# 109 bootstrap-sass and compass-rails updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdilek committed Dec 23, 2013
1 parent c384a05 commit 8d41713
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cybele (1.0.0)
cybele (1.2.0)
bundler (~> 1.3)
rails (~> 4.0.0)

Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25)
minitest (4.7.5)
multi_json (1.8.0)
multi_json (1.8.2)
polyglot (0.3.3)
rack (1.5.2)
rack-test (0.6.2)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
tzinfo (0.3.38)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions templates/cybele_Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ gem 'jquery-rails', '~> 3.0.4'
gem 'turbolinks', '~> 1.3.0'
gem 'haml', '~> 4.0.2'
gem 'haml-rails'
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3'
gem 'bootstrap-sass', '~> 3.0.3.0
gem 'responders', '~> 1.0.0.rc'
gem 'exception_notification', '~> 4.0.1'
gem 'simple_form', '~> 3.0.0.rc'
gem 'show_for', '~> 0.3.0.rc'
gem 'rails_config', '~> 0.3.3'
gem 'compass-rails', github: 'Compass/compass-rails', branch: 'rails4-hack'
gem 'compass-rails', '~> 1.1.2'
gem 'devise', '~> 3.0.0'
gem 'devise-i18n', '~> 0.9.0'
gem 'will_paginate', '~> 3.0.4'
Expand Down

0 comments on commit 8d41713

Please sign in to comment.