Skip to content
Snippets Groups Projects
Commit 2ee09d6a authored by Daan Davidsz's avatar Daan Davidsz
Browse files

Remove active_interaction form Appraisals

parent 94840c0a
No related branches found
No related tags found
1 merge request!16Allow ActiveSupport 5 to be used
appraise "rails41" do
gem "activesupport", "4.1"
gem "active_interaction", "~> 3.0"
end
appraise "rails42" do
gem "activesupport", "4.2"
gem "active_interaction", "~> 3.0"
end
appraise "rails50" do
gem "activesupport", "5.0"
gem "active_interaction", "~> 3.0"
end
......@@ -4,7 +4,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "activesupport", "4.1"
gem "active_interaction", "~> 3.0"
group :test do
gem "actionpack", ">= 4.0"
......
......@@ -4,7 +4,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "activesupport", "4.2"
gem "active_interaction", "~> 3.0"
group :test do
gem "actionpack", ">= 4.0"
......
......@@ -4,7 +4,6 @@ source "https://rubygems.org"
gem "appraisal"
gem "activesupport", "5.0"
gem "active_interaction", "~> 3.0"
group :test do
gem "actionpack", ">= 4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment