Skip to content

Commit

Permalink
Merge pull request #336 from terry90/master
Browse files Browse the repository at this point in the history
Fixes example: incompatibility with Ruby >= 2.4 (Integer unification)
  • Loading branch information
oestrich committed Apr 26, 2017
2 parents 9a55d1f + c5fa7c2 commit 0e8da74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/Gemfile
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '2.3.3'

gem 'rails', '4.2.5.1'
gem 'sqlite3'
gem 'spring', group: :development
Expand Down

0 comments on commit 0e8da74

Please sign in to comment.