Skip to content

Commit

Permalink
Merge pull request #88 from ruby-no-kai/rails7
Browse files Browse the repository at this point in the history
Rails 8.0
  • Loading branch information
sorah authored Dec 4, 2024
2 parents 67d77a6 + 1e83a0c commit 58926c7
Show file tree
Hide file tree
Showing 48 changed files with 1,267 additions and 609 deletions.
4 changes: 4 additions & 0 deletions .mairu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"server": "https://amc.rubykaigi.net/api/remote/",
"role": "arn:aws:iam::005216166247:role/SponsorAppDev"
}
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '~> 6.1.0'
gem 'rails-i18n', '~> 6.0'
gem 'rails', '~> 8.0.0'
gem 'rails-i18n', '~> 8.0'
gem 'rack-contrib'

gem 'pg', '>= 0.18', '< 2.0'
Expand Down
Loading

0 comments on commit 58926c7

Please sign in to comment.