Skip to content

Commit 43e4264

Browse files
authored
Merge pull request #76 from AlchemyCMS/fix-dummy-app-rails-version
Fix dummy app rails version
2 parents 0bebe52 + 922f133 commit 43e4264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem 'rails', '~> 5.2.1'
5+
gem 'rails', ['>= 5.2.1.1', '< 5.3']
66
gem 'alchemy_cms', github: 'AlchemyCMS/alchemy_cms', branch: 'master'
77
gem 'sassc-rails'
88

0 commit comments

Comments
 (0)