Skip to content

Commit

Permalink
Update dependency(rails > 3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoseong Hwang committed Dec 28, 2011
1 parent 7346910 commit c893f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dust-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "dust-rails"

s.add_dependency('rails', '~> 3.1.0')
s.add_dependency('rails', '> 3.1.0')
s.add_dependency('tilt')
s.add_dependency('execjs')

Expand Down
2 changes: 1 addition & 1 deletion lib/dust-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dust
module Rails
VERSION = "0.1.3"
VERSION = "0.2.0"
end
end

0 comments on commit c893f01

Please sign in to comment.