Sha256: 6bf98ebdd7e733ee885a998589d6fe3c41f34b18518586452b26b80e31c331e0
Contents?: true
Size: 1.07 KB
Versions: 17
Compression:
Stored size: 1.07 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" 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" gem "rspec-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" 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
17 entries across 17 versions & 1 rubygems