We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12a763 commit 3ff2123Copy full SHA for 3ff2123
Gemfile
@@ -10,7 +10,7 @@ end
10
group :development, :deployment do
11
gem 'coffee-script', '2.4.1'
12
gem 'cssminify', '1.0.2'
13
- gem 'rake', '~> 10.3'
+ gem 'rake', '~> 12.3'
14
gem 'therubyracer', '0.12.3'
15
gem 'uglifier', '4.1.14'
16
end
Gemfile.lock
@@ -14,7 +14,7 @@ GEM
rack-protection (2.0.3)
rack
raindrops (0.19.0)
17
- rake (10.3.2)
+ rake (12.3.1)
18
ref (2.0.0)
19
shotgun (0.9.2)
20
rack (>= 1.0)
@@ -39,7 +39,7 @@ PLATFORMS
39
DEPENDENCIES
40
coffee-script (= 2.4.1)
41
cssminify (= 1.0.2)
42
- rake (~> 10.3)
+ rake (~> 12.3)
43
shotgun (= 0.9.2)
44
sinatra (= 2.0.3)
45
therubyracer (= 0.12.3)
0 commit comments