diff --git a/.gitignore b/.gitignore index 5b62ce2..faeec18 100644 --- a/.gitignore +++ b/.gitignore @@ -109,4 +109,4 @@ pickle-email-*.html /html /pkg Gemfile.lock -/.idea/tiss2go.iml +.idea \ No newline at end of file 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