Sha256: 6d3e3bb12e4e13800673dfa3bc4c002fcf331aba486b95fb910d3d2c8e09fc08

Contents?: true

Size: 1014 Bytes

Versions: 11

Compression:

Stored size: 1014 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Declare your gem's dependencies in g5_authenticatable.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Gems used by the dummy application
gem 'active_model_serializers', '<= 0.10.0' # For compatibility with ruby 2.0.0
gem 'grape'
gem 'pg'
gem 'rails', '~> 5.2.0'

group :test, :development do
  gem 'appraisal'
  gem 'dotenv-rails'
  gem 'pry-byebug'
  gem 'rspec-rails', '~> 3.6'
  gem 'web-console', '~> 2.0'
end

group :test do
  gem 'capybara'
  gem 'generator_spec'
  gem 'rspec-activemodel-mocks'
  gem 'shoulda-matchers', '~> 3.1'
  gem 'simplecov', require: false
end

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
g5_authenticatable-1.1.4 Gemfile
g5_authenticatable-1.1.4.rc.3 Gemfile
g5_authenticatable-1.1.4.rc.2 Gemfile
g5_authenticatable-1.1.4.rc.1 Gemfile
g5_authenticatable-1.1.2 Gemfile
g5_authenticatable-1.1.2.pre.1 Gemfile
g5_authenticatable-1.1.2.rc.5 Gemfile
g5_authenticatable-1.1.2.rc.4 Gemfile
g5_authenticatable-1.1.2.rc.3 Gemfile
g5_authenticatable-1.1.2.rc.2 Gemfile
g5_authenticatable-1.1.2.rc.1 Gemfile