There was an error while loading. Please reload this page.
1 parent 22111de commit 0325656Copy full SHA for 0325656
Gemfile
@@ -2,3 +2,4 @@ source :rubygems
2
3
gem 'jeweler'
4
gem 'rspec'
5
+gem 'active_support'
Gemfile.lock
@@ -1,5 +1,9 @@
1
GEM
+ remote: http://rubygems.org/
specs:
+ active_support (3.0.0)
+ activesupport (= 3.0.0)
6
+ activesupport (3.0.0)
7
diff-lcs (1.1.3)
8
git (1.2.5)
9
jeweler (1.6.4)
@@ -20,5 +24,6 @@ PLATFORMS
20
24
ruby
21
25
22
26
DEPENDENCIES
27
+ active_support
23
28
jeweler
29
rspec
0 commit comments