Skip to content

Commit 450b37f

Browse files
authored
Merge pull request #1541 from coderdojo-japan/update-rails-61
update rails 6.1
2 parents e5370dd + 9a07b70 commit 450b37f

File tree

2 files changed

+120
-115
lines changed

2 files changed

+120
-115
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
ruby '3.0.6'
33

4-
gem 'rails', '~> 6.0'
4+
gem 'rails', '~> 6.1'
55
gem 'puma'
66
gem "puma_worker_killer"
77
gem 'pg'

0 commit comments

Comments
 (0)