Skip to content

Commit a84026d

Browse files
committed
Be gentle with Ruby versions
1 parent de8f7d5 commit a84026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '~> 2.7.1'
4+
ruby '>= 2.5.8'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.2', '>= 6.0.2.2'

0 commit comments

Comments
 (0)