Sha256: d49cd490ba4a77930715a08b9ee180042afea40cf8270dd12079f31cc3bc9720
Contents?: true
Size: 519 Bytes
Versions: 4
Compression:
Stored size: 519 Bytes
Contents
source "https://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" gem 'vertebrae' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "shoulda", ">= 0" gem "rdoc", "> 3.12" gem "bundler", "> 2.0" gem "juwelier", git: 'https://github.com/flajann2/juwelier.git' gem "simplecov", ">= 0" gem "dotenv" gem "byebug" gem "rubocop" gem "rspec" gem "webmock" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
upland_mobile_commons_rest-0.1.2 | Gemfile |
upland_mobile_commons_rest-0.1.1 | Gemfile |
upland_mobile_commons_rest-0.1.0 | Gemfile |
upland_mobile_commons_rest-0.0.1 | Gemfile |