From b12f6199cea8b096f029095551d57612eb3e28b0 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Sat, 4 Apr 2020 17:50:02 +0200 Subject: [PATCH] Change required rails version to 6.0.2.1 Signed-off-by: Tobias Eidelpes --- .idea/tiss2go.iml | 26 +++++++++++++------------- Gemfile | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.idea/tiss2go.iml b/.idea/tiss2go.iml index 851566a..c8d1054 100644 --- a/.idea/tiss2go.iml +++ b/.idea/tiss2go.iml @@ -28,17 +28,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -64,10 +64,10 @@ - + - + diff --git a/Gemfile b/Gemfile index 94aa4f1..3e8b09b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.2', '>= 6.0.2.1' +gem 'rails', '= 6.0.2.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server