Sha256: 4106545be59a980ffb56b1430a0b39682fdd872a3de739bababde4520e579c57

Contents?: true

Size: 647 Bytes

Versions: 9

Compression:

Stored size: 647 Bytes

Contents

source "https://rubygems.org"


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "grape"
# Use Puma as the app server
gem "puma", "~> 3.0"

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem "sapience", path: "../.."
gem "sentry-raven"
gem "statsd-ruby"

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem "byebug", platform: :mri
  # gem "pry-nav"
  gem "pry-byebug", platform: :mri
  gem "rspec"
  gem "racksh"
  gem "appraisal"
end

group :test do
  gem "rspec-its"
  gem "simplecov"
  gem "simplecov-json"
  gem "fuubar"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sapience-0.2.17 test_apps/grape/Gemfile
sapience-0.2.16 test_apps/grape/Gemfile
sapience-0.2.15 test_apps/grape/Gemfile
sapience-0.2.14 test_apps/grape/Gemfile
sapience-0.2.13 test_apps/grape/Gemfile
sapience-0.2.12 test_apps/grape/Gemfile
sapience-0.2.11 test_apps/grape/Gemfile
sapience-0.2.10 test_apps/grape/Gemfile
sapience-0.2.9 test_apps/grape/Gemfile