Skip to content

Commit

Permalink
Remove activesupport dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Sep 27, 2012
1 parent 24d4c12 commit d81a55f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lexhub.gemspec
Expand Up @@ -21,6 +21,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'vcr'
gem.add_development_dependency 'webmock'

gem.add_dependency 'activesupport'
gem.add_dependency 'github_api'
end
1 change: 0 additions & 1 deletion lib/lexhub.rb
@@ -1,4 +1,3 @@
require 'active_support/all'
require 'github_api'

require 'lexhub/version'
Expand Down

0 comments on commit d81a55f

Please sign in to comment.