Skip to content

Commit f65e10c

Browse files
committed
to underscore or not to underscore.. Rails is still a ghetto
1 parent f9b408a commit f65e10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gg.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.add_dependency('yajl-ruby')
1717

1818
# Because I just don't want to live without some of it..
19-
s.add_dependency('active_support')
19+
s.add_dependency('activesupport')
2020

2121
s.files = `git ls-files`.split("\n")
2222
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)