Skip to content

Commit

Permalink
bump sprockets version
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Apr 14, 2013
1 parent a08dfff commit 982ffd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sprockets-commonjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "sprockets-commonjs"
s.version = '0.0.6.pre'
s.version = '0.0.6.rc1'
s.authors = ["Alex MacCaw"]
s.email = ["info@eribium.org"]
s.homepage = ""
Expand All @@ -19,5 +19,5 @@ Gem::Specification.new do |s|

# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
s.add_runtime_dependency "sprockets", "~>2.4.0"
s.add_runtime_dependency "sprockets", "~>2.9.2"
end

0 comments on commit 982ffd0

Please sign in to comment.