Skip to content

Commit

Permalink
Remove vendored ActiveSupport files in favor of a dependency on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 6, 2012
1 parent afbbabf commit 9ae9773
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 476 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,5 +1,7 @@
source "http://rubygems.org"

gemspec

group :development do
gem "rake"
gem "bacon"
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
@@ -1,14 +1,25 @@
PATH
remote: .
specs:
xcodeproj (0.2.2)
activesupport (~> 3.2.6)

GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
bacon (1.1.0)
ffi (1.0.11)
i18n (0.6.0)
kicker (2.6.0)
listen
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
multi_json (1.3.6)
rake (0.9.2.2)
rb-fchange (0.0.5)
ffi
Expand All @@ -26,4 +37,5 @@ DEPENDENCIES
kicker
rake
redcarpet
xcodeproj!
yard

0 comments on commit 9ae9773

Please sign in to comment.