Skip to content

Commit

Permalink
Amend gemspec to allow Rails 5 support. Resolves remi#392
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Jones committed Sep 29, 2016
1 parent 079e643 commit a5af382
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Maintenance Update 29th Sept 2016
Hi folks, [@edtjones](https://github.com/edtjones) here. Rémi has handed me the keys to Her and [@foxpaul](https://github.com/foxpaul) and I will be trying to do the library justice with the help of the community. There's loads to do; we'll get in touch with everyone who's raised a PR as soon as possible and figure out a plan of action.

# Rails 5 support
If you need Rails 5 support, version 0.8.2 is for you!

<p align="center">
<a href="https://github.com/remiprev/her">
<img src="http://i.imgur.com/43KEchq.png" alt="Her" />
Expand Down
4 changes: 2 additions & 2 deletions her.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.add_development_dependency "fivemat", "~> 1.2"
s.add_development_dependency "json", "~> 1.8"

s.add_runtime_dependency "activemodel", ">= 3.0.0", "<= 4.3.0"
s.add_runtime_dependency "activesupport", ">= 3.0.0", "<= 4.3.0"
s.add_runtime_dependency "activemodel", ">= 3.0.0", "<= 6.0.0"
s.add_runtime_dependency "activesupport", ">= 3.0.0", "<= 6.0.0"
s.add_runtime_dependency "faraday", ">= 0.8", "< 1.0"
s.add_runtime_dependency "multi_json", "~> 1.7"
end
2 changes: 1 addition & 1 deletion lib/her/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Her
VERSION = "0.8.1"
VERSION = "0.8.2"
end

0 comments on commit a5af382

Please sign in to comment.