Sha256: 7b8ccc2df5def880ab85a0e613d85609b83cbabd25503c865ee3770d08ed00ea

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

source "https://rubygems.org"


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 5.0.0"
# Use sqlite3 as the database for Active Record
gem "sqlite3"
# Use Puma as the app server
gem "puma", "~> 3.0"
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

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

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-rails"
  gem "factory_girl_rails"
end

group :development do
  # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
  gem "web-console"
  gem "listen", "~> 3.0.5"
end

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

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sapience-0.2.17 test_apps/rails/Gemfile
sapience-0.2.16 test_apps/rails/Gemfile
sapience-0.2.15 test_apps/rails/Gemfile
sapience-0.2.14 test_apps/rails/Gemfile