Skip to content

Commit

Permalink
Specify sprocket version
Browse files Browse the repository at this point in the history
  • Loading branch information
trotter committed May 18, 2011
1 parent b733d45 commit b27782c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -3,4 +3,5 @@ source :rubygems
gem 'rake'
gem 'jslintrb_v8'
gem 'watchr'
gem 'sprockets'
gem 'sprockets', '1.0.2'
gem 'uglifier'
9 changes: 8 additions & 1 deletion Gemfile.lock
@@ -1,11 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
execjs (0.3.4)
multi_json (~> 1.0)
jslintrb_v8 (1.0.1)
therubyracer (= 0.8.0)
multi_json (1.0.2)
rake (0.8.7)
sprockets (1.0.2)
therubyracer (0.8.0)
uglifier (0.5.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
watchr (0.7)

PLATFORMS
Expand All @@ -14,5 +20,6 @@ PLATFORMS
DEPENDENCIES
jslintrb_v8
rake
sprockets
sprockets (= 1.0.2)
uglifier
watchr
3 changes: 2 additions & 1 deletion Rakefile
@@ -1,5 +1,6 @@
require 'fileutils'
require 'sprockets'
require 'bundler'
Bundler.require

desc "Install all necessary dependencies"
task :bootstrap do
Expand Down

0 comments on commit b27782c

Please sign in to comment.