Sha256: ca6b02a831787c6dc4e1865ea0aea3f9552d8301de735d1de9e3242b32062c20
Contents?: true
Size: 453 Bytes
Versions: 19
Compression:
Stored size: 453 Bytes
Contents
source 'https://rubygems.org' gemspec platforms :rbx do gem 'rubysl', '~> 2.0' # if using anything in the ruby standard library gem 'psych' # if using yaml gem 'minitest' # if using minitest gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler end platforms :ruby do gem 'sqlite3' end platforms :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
19 entries across 19 versions & 1 rubygems