We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8ab50 commit 3120fbcCopy full SHA for 3120fbc
Gemfile
@@ -30,6 +30,8 @@ gem 'ostruct'
30
# This is locked due to a 'stack level too deep' error/bug in v0.1.0.
31
gem 'state_machines', '~> 0.6.0'
32
33
+gem 'concurrent-ruby', '1.3.4'
34
+
35
case ENV['DB']
36
when 'mysql'
37
gem 'mysql2'
0 commit comments