Sha256: 1e5ff802daa438b4aef3000c8b5bbfe3dc18eadf3509391429489359a8275916
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
source "https://rubygems.org" gem "rails", ">= 4.0" group :development do gem "bundler" if RUBY_VERSION >= "2.3" gem "jeweler", ">= 2.1.2", platform: [:ruby_23, :ruby_24, :ruby_25, :ruby_26], git: 'git@github.com:technicalpickles/jeweler.git' end #gem "json", ">= 1.9" gem "pry-byebug" gem "rspec", ">= 3" gem "nokogiri" # used to test html output if RUBY_VERSION >= "2.5" gem "sqlite3", "~> 1.4", platform: [:ruby_25, :ruby_26] else gem "sqlite3", "~> 1.3.6" end gem "sequel" group :mongo do gem "mongoid" #gem "mongo_mapper", "~> 0.13.0" gem "bson" gem "bson_ext" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datagrid-1.6.0 | Gemfile |