Sha256: b71e10e8840a23cc396acc3f414efb7181659c2b1995a7de2749b57d693e7615
Contents?: true
Size: 1.26 KB
Versions: 8
Compression:
Stored size: 1.26 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 "pg" # 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 "dogstatsd-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
8 entries across 8 versions & 1 rubygems