Skip to content

Commit 922f133

Browse files
committed
Fix dummy app rails version
Closes a Hakiri false positive
1 parent 0bebe52 commit 922f133

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)