diff options
author | Jared Norman <jared@super.gd> | 2020-07-07 16:36:36 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2020-07-07 16:36:36 -0700 |
commit | def4803b461559a3420912f63d83fa6e4bf3ecfe (patch) | |
tree | d3f843c86420e758bb11f64f255a1f923072393d /Gemfile | |
parent | 7fa3cdd016e49608fd71327f1d5017dfc666a8c1 (diff) |
Fix CI
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ gem "solidus", github: "solidusio/solidus", branch: branch # Needed to help Bundler figure out how to resolve dependencies, # otherwise it takes forever to resolve them. # See https://github.com/bundler/bundler/issues/6677 -gem "rails", ">0.a" +gem "rails", ENV.fetch("RAILS_VERSION") { ">0.a" } # Provides basic authentication functionality for testing parts of your engine gem "solidus_auth_devise" |