Skip to content

Commit

Permalink
Potential fix for heroku push issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmastylo committed Mar 25, 2014
1 parent 09bfac6 commit dc7bc0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'sass-rails', "4.0.2"
gem 'coffee-rails'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
sass (3.3.4)
sass-rails (4.0.1)
sass (3.2.18)
sass-rails (4.0.2)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0.0)
sprockets (2.12.0)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
Expand Down Expand Up @@ -151,7 +152,7 @@ DEPENDENCIES
pg
rails (>= 4.0.4)
rspec-rails
sass-rails
sass-rails (= 4.0.2)
sqlite3
thin
uglifier
Expand Down

0 comments on commit dc7bc0f

Please sign in to comment.