Sha256: 150500b4427dbb32fc9796649def53d8065d88c47d5dc00eb994a95ddcef57b1

Contents?: true

Size: 1.95 KB

Versions: 5

Compression:

Stored size: 1.95 KB

Contents

source 'https://rubygems.org'

gem 'people', :path => "engines/people"


gem "json_voorhees"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.4'

# Use sqlite3 as the database for Active Record
gem 'sqlite3'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.2'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'

# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'

group :doc do
  # bundle exec rake doc:rails generates the API under doc/api.
  gem 'sdoc', require: false
end

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano', group: :development

# Use debugger
# gem 'debugger', group: [:development, :test]

group :development, :test do
  gem "figaro", "~> 0.7.0"
  gem "annotate", ">=2.6.0"
  gem "rspec-rails", "~> 3.0.0"
  gem "byebug", "~> 3.2.0"
  gem "factory_girl_rails", "~> 4.0"
  gem "database_cleaner", "~> 1.3.0"
end

group :development do
  gem "better_errors", "~> 1.1.0"
  gem "binding_of_caller", "~> 0.7.1"
end

gem "active_model_serializers", "~> 0.8.0"
gem "rails-api"
gem "kaminari"
gem "bcrypt", "~> 3.1.7"
gem "type_cartographer"
gem "devise", "~> 3.2.4"
gem "arcadex", path: "../../../arcadex"
gem "autoprefixer-rails"
gem "bootstrap-sass", "~> 3.2.0"
gem "activeadmin", git: "https://github.com/activeadmin/activeadmin.git", branch: "master"
gem "defcon", "~> 1.2.3"
gem "authorization", path: "gems/authorization"
gem "whenever", require: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arcadex-1.3.1 test/test_app/Gemfile
arcadex-1.3.0 test/test_app/Gemfile
arcadex-1.2.3 test/test_app/Gemfile
arcadex-1.2.1 test/test_app/Gemfile
arcadex-1.2.0 test/test_app/Gemfile