Skip to content

Commit 0e8da74

Browse files
authored
Merge pull request #336 from terry90/master
Fixes example: incompatibility with Ruby >= 2.4 (Integer unification)
2 parents 9a55d1f + c5fa7c2 commit 0e8da74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

3+
ruby '2.3.3'
4+
35
gem 'rails', '4.2.5.1'
46
gem 'sqlite3'
57
gem 'spring', group: :development

0 commit comments

Comments
 (0)