Skip to content

Commit

Permalink
Require dependencies in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Sep 9, 2011
1 parent 0047ea1 commit d4e7965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
@@ -1,8 +1,4 @@
source "http://rubygems.org"

gem 'rake'
gem 'activesupport', '~>3.1.0'
gem 'therubyracer'

# Specify your gem's dependencies in handlebars_assets.gemspec
gemspec
4 changes: 4 additions & 0 deletions handlebars_assets.gemspec
Expand Up @@ -20,4 +20,8 @@ Gem::Specification.new do |s|

s.add_runtime_dependency "execjs"
s.add_runtime_dependency "tilt"

s.add_development_dependency "activesupport", "~> 3.1.0"
s.add_development_dependency "therubyracer"
s.add_development_dependency "rake"
end

0 comments on commit d4e7965

Please sign in to comment.