Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/solver-it-sro/govbox-pro in…
Browse files Browse the repository at this point in the history
…to GO-293/forms_and_templates_core_domain

# Conflicts:
#	app/controllers/message_drafts_controller.rb
#	app/models/message_draft.rb
  • Loading branch information
luciajanikova committed Dec 7, 2023
2 parents fbd6ff6 + a835f27 commit 220a031
Show file tree
Hide file tree
Showing 112 changed files with 1,339 additions and 688 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ yarn-debug.log*
!/app/assets/builds/.keep

.DS_Store

coverage

2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ Style/Lambda:
Enabled: false
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/ExplicitBlockArgument:
Enabled: false
Rails/Validation:
Enabled: false
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
nodejs 18.13.0
nodejs 20.10.0
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
},
"[markdown]": {
"editor.defaultFormatter": null
},
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp"
}
}
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://rubygems.org'

ruby '3.2.2'

gem 'rails', '~> 7.0'
gem 'rails', '~> 7.1'
gem 'rails-i18n'

gem 'pg', '~> 1.0'
gem 'with_advisory_lock'

gem 'puma', '~> 5.0'
gem 'puma', '~> 6.0'

gem 'turbo-rails'

Expand Down Expand Up @@ -75,4 +75,5 @@ group :test do
gem 'capybara'
gem 'capybara-screenshot'
gem 'webmock'
gem 'simplecov', require: false
end
Loading

0 comments on commit 220a031

Please sign in to comment.