Skip to content

Commit

Permalink
Update dependencies and be more conservative about
Browse files Browse the repository at this point in the history
therubyracer's future compatibility
  • Loading branch information
lautis committed Feb 11, 2011
1 parent 8e79ae1 commit 0a7c910
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ source "http://rubygems.org"
# Example:
# gem "activesupport", ">= 2.3.5"

gem "therubyracer", ">= 0.8.0"
gem "therubyracer", "~> 0.8.0"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.3.0"
gem "rspec", "~> 2.5.0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.0"
gem "rcov", ">= 0"
Expand Down
12 changes: 3 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ Jeweler::Tasks.new do |gem|
gem.email = "lautis@gmail.com"
gem.homepage = "http://github.com/lautis/uglifier"
gem.authors = ["Ville Lautanala"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
# spec.add_runtime_dependency 'jabber4r', '> 0.1'
# spec.add_development_dependency 'rspec', '> 1.2.3'
gem.add_development_dependency "therubyracer", ">=0.7.5"
gem.add_development_dependency "rspec", "~> 2.0.0"
gem.add_development_dependency "bundler", "~> 1.0.0"
gem.add_development_dependency "jeweler", "~> 1.5.0.pre5"
gem.add_development_dependency "rcov", ">= 0"

# Dependencies defined in Gemfile

gem.files.include 'vendor/uglifyjs/lib/*'
end
Jeweler::RubygemsDotOrgTasks.new
Expand Down

0 comments on commit 0a7c910

Please sign in to comment.