Skip to content

Commit

Permalink
bump version and rails dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Dec 22, 2013
1 parent 1a342f7 commit 9a8f4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filterer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.0"
s.add_dependency "rails", ">= 4.0.0"

s.add_development_dependency 'capybara'
s.add_development_dependency 'coveralls'
Expand Down
2 changes: 1 addition & 1 deletion lib/filterer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Filterer
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 9a8f4e7

Please sign in to comment.