Skip to content

Commit

Permalink
- Fixed dependency on latest sprockets-rails version from github, so …
Browse files Browse the repository at this point in the history
…as to fix wrong sprockets dependency
  • Loading branch information
vipulnsward committed Jun 24, 2015
1 parent 4425bbe commit 8358bdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails', '4.2.1'
gem 'arel'
gem 'jquery-rails'

gem 'sprockets-rails'
gem 'sprockets-rails', github: 'rails/sprockets-rails'
gem 'sass-rails', '>= 5.0.3'
gem 'uglifier', '>= 2.7.1'

Expand Down
18 changes: 13 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ GIT
devise-async (0.9.0)
devise (~> 3.2)

GIT
remote: git://github.com/rails/sprockets-rails.git
revision: 7bd1560360248ab11d8aba81e558bd817935c692
specs:
sprockets-rails (3.0.0.beta1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0, < 4.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -272,10 +281,6 @@ GEM
sprockets-es6 (0.6.2)
babel-transpiler
sprockets (>= 3.0.0)
sprockets-rails (2.3.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
Expand Down Expand Up @@ -334,8 +339,11 @@ DEPENDENCIES
simplecov
spring
sprockets-es6
sprockets-rails
sprockets-rails!
thin
uglifier (>= 2.7.1)
unicorn
web-console (~> 2.0)

BUNDLED WITH
1.10.1

0 comments on commit 8358bdf

Please sign in to comment.