Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Oct 8, 2014
1 parent c3abafb commit 7b0a8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chili.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Chili::VERSION

gem.add_dependency "rails", ">= 3.2"
gem.add_dependency "rails", ">= 4.1"
gem.add_dependency "deface", "~> 1.0.0"

gem.add_development_dependency 'rspec', '~> 2.14.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/chili/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chili
VERSION = "4.0.0"
VERSION = "4.0.1"
end

0 comments on commit 7b0a8f3

Please sign in to comment.