From b12f6199cea8b096f029095551d57612eb3e28b0 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Sat, 4 Apr 2020 17:50:02 +0200 Subject: [PATCH 1/2] 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 From bec03e432f8c51b5fb7bf0ee754befb54ae8e6ff Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Sat, 4 Apr 2020 17:52:07 +0200 Subject: [PATCH 2/2] Add .idea to .gitignore Signed-off-by: Tobias Eidelpes --- .gitignore | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 559d5b6..d095376 100644 --- a/.gitignore +++ b/.gitignore @@ -80,25 +80,6 @@ pickle-email-*.html # tilde files are usually backup files from a text editor *~ -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - *.bak *.rbc .#* @@ -108,4 +89,5 @@ pickle-email-*.html /coverage /html /pkg -Gemfile.lock \ No newline at end of file +Gemfile.lock +.idea \ No newline at end of file