Sha256: e70e0c903a1d7bdc7c62d52fb9e798d426d8a7a7016893f180da16195cf3e62a
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 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 "sneakers" gem "slim-rails" gem "active_model_serializers" 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" 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 "bunny-mock" gem "rspec-wait" gem "rails-controller-testing" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sapience-0.2.7 | test_app/Gemfile |
sapience-0.2.6 | test_app/Gemfile |
sapience-0.2.5 | test_app/Gemfile |