Sha256: 93713448232e3e73b0307af78827ed971c97e728be4f0f98db28ca02adb0ed15
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
# Add gem dependencies here. gem "activesupport", "~> 5.0" gem "multi_json", "~> 1.12" gem "oj", "~> 3.3" # needed to send active support notifications to skylight gem "skylight", "~> 1.3" # needed because of the extension/has_one.rb gem "activerecord", "~> 5.0" # Add dependencies to develop and test the gem here group :development do gem "rspec", "~> 3.5.0" gem "rspec-benchmark", "~> 0.3.0" gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0" gem "juwelier", "~> 2.1.0" gem "simplecov", ">= 0" gem "byebug" gem "active_model_serializers", "~> 0.10.4" gem "sqlite3", "~> 1.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fast_jsonapi-1.0.16 | Gemfile |