Skip to content

Commit

Permalink
remove bootstrap-sass gem version locks
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jun 19, 2015
1 parent 9cd70e4 commit 8adf7dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ gemspec
# it'll want sprockets 2.11.0 and we'll have a conflict
gem 'sprockets', '2.11.0'

# If we don't specify 3.2.15 we'll end up with sass 3.3.2 in the main
# Gemfile.lock but since sass-rails gets generated (rails new) into the test app
# it'll want sass 3.2.0 and we'll have a conflict
gem 'sass', '~> 3.2.0'
gem 'bootstrap-sass', ">= 3.2"

group :test do
# Peg simplecov to < 0.8 until this is resolved:
# https://github.com/colszowka/simplecov/issues/281
Expand Down

0 comments on commit 8adf7dd

Please sign in to comment.