Skip to content

Commit

Permalink
Update Ruby version
Browse files Browse the repository at this point in the history
- Ruby versions' below 2.7 are not supported[1] on Apple M1 chips.

[1] rbenv/ruby-build#1699
  • Loading branch information
Oğulcan Girginç committed Dec 2, 2021
1 parent 646209f commit 368bf79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.6.6'
ruby '2.7.5'

# core
gem 'puma'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
xmlrpc

RUBY VERSION
ruby 2.6.6p146
ruby 2.7.5p203

BUNDLED WITH
1.17.3

0 comments on commit 368bf79

Please sign in to comment.