Skip to content

Commit

Permalink
Bump to support rails 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Rousseau committed Jun 30, 2016
1 parent 0909028 commit 8a2e70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency("activesupport", ">= 3.0", "< 5")
s.add_dependency("activesupport", ">= 3.0", "< 5.1")
s.add_dependency("i18n")

s.add_development_dependency("rspec", "~> 2.5")
Expand Down
2 changes: 1 addition & 1 deletion lib/flip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Flip
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 8a2e70d

Please sign in to comment.