Sha256: 4bedbfbf3f2248109c71b9fc49454697a883530459c96d7f3fc26c06ba9a91b7
Contents?: true
Size: 232 Bytes
Versions: 37
Compression:
Stored size: 232 Bytes
Contents
gemfile <<-RB gem 'rack' RB # On Ruby 1.8.7 we need to explicitly run with the JSON gem to get JSON # serialization. Otherwise first env will run with pruby. if RUBY_VERSION < "1.9" gemfile <<-RB gem 'json' gem 'rack' RB end
Version data entries
37 entries across 37 versions & 3 rubygems