Skip to content

Commit 0325656

Browse files
committed
include ActiveSupport to finish build ctran#45
1 parent 22111de commit 0325656

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source :rubygems
22

33
gem 'jeweler'
44
gem 'rspec'
5+
gem 'active_support'

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
GEM
2+
remote: http://rubygems.org/
23
specs:
4+
active_support (3.0.0)
5+
activesupport (= 3.0.0)
6+
activesupport (3.0.0)
37
diff-lcs (1.1.3)
48
git (1.2.5)
59
jeweler (1.6.4)
@@ -20,5 +24,6 @@ PLATFORMS
2024
ruby
2125

2226
DEPENDENCIES
27+
active_support
2328
jeweler
2429
rspec

0 commit comments

Comments
 (0)