From a8ac59dd4c7266c84f632e84d965a1629707d40b Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 24 May 2018 16:43:16 +0200 Subject: [PATCH] Remove constraint on rails --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 18b6ed1c4..987c75ec5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '~> 5.2.0' +gem 'rails' # Use SCSS for stylesheets gem 'sass-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 217d3ae39..e7116b9f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -835,7 +835,7 @@ DEPENDENCIES pry-byebug rack-handlers rack-mini-profiler - rails (~> 5.2.0) + rails rails-controller-testing rbnacl-libsodium rest-client