Skip to content
Snippets Groups Projects
Commit 738fdebd authored by Connor Shea's avatar Connor Shea
Browse files

Allow activesupport >= 4.0

parent 18a00af5
No related branches found
No related tags found
1 merge request!99Allow activesupport >= 4.0 and run tests on Rails 4.2 as well as Rails 5.0
Loading
Loading
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
'https://gitlab.com/gitlab-org/gitlab_git'
 
s.add_dependency("github-linguist", "~> 4.7.0")
s.add_dependency("activesupport", "~> 4.0")
s.add_dependency("activesupport", ">= 4.0")
s.add_dependency("rugged", "~> 0.24.0")
s.add_dependency("charlock_holmes", "~> 0.7.3")
s.add_development_dependency("listen", "~> 3.0.6")
Loading
Loading
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