We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2747059 commit 6a6986fCopy full SHA for 6a6986f
Gemfile
@@ -2,3 +2,5 @@ source "https://rubygems.org"
2
3
gemspec
4
5
+gem 'activesupport', '< 5.0.0' if RUBY_VERSION =~ /2\.1\..*/
6
+gem 'pry-byebug' unless ENV["CI"]
0 commit comments