Compare commits

..

10 commits

Author SHA1 Message Date
Philipp Rothmann
86e933cb25 bump Gemfile.lock 2023-01-17 16:23:15 +01:00
Philipp Rothmann
c94b98835c fix articles controller test ActiveModell::Error 2023-01-17 16:22:56 +01:00
Philipp Rothmann
e8d229b538 ruby rails 7 upgrade 2023-01-17 16:13:36 +01:00
Philipp Rothmann
d78abef560 fix database_config 2023-01-17 14:37:10 +01:00
Philipp Rothmann
b02780f1ff fix mail file permission bug 2023-01-17 13:28:00 +01:00
5a07577afd make foodsoft run for dev on rails 7 and ruby 2.7 2023-01-06 17:01:15 +01:00
64eed00291 resolve zeitwerk issues 2023-01-06 16:55:40 +01:00
26617e5a3f removing concerns from autoload path 2023-01-06 16:29:08 +01:00
6c910a75f2 mv lib to app/lib due to upgrade 2023-01-06 16:27:41 +01:00
0ca69ae8a2 rails up to 7.0and ruby to 2.7.2 2023-01-06 16:12:41 +01:00

View file

@ -4,7 +4,6 @@ source "https://rubygems.org"
gem "rails", '~> 7.0'
gem 'mail', '~> 2.7.1' # bug with mail 2.8.0 https://github.com/mikel/mail/issues/1489
gem 'sassc-rails'
gem 'less-rails'
gem 'uglifier'