Sha256: 64dcca7b6b62314ce28eec40fa1a028094a02e3e56d0b814d95faebe889f10bb

Contents?: true

Size: 663 Bytes

Versions: 9

Compression:

Stored size: 663 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in grape-jwt-authentication.gemspec
gemspec

# Development dependencies
gem 'appraisal', '~> 2.4'
gem 'bundler', '~> 2.3'
gem 'countless', '~> 1.1'
gem 'factory_bot_rails', '~> 6.2'
gem 'guard-rspec', '~> 4.7'
gem 'railties', '>= 5.2'
gem 'rspec-rails', '~> 5.1'
gem 'rubocop', '~> 1.28'
gem 'rubocop-rails', '~> 2.14'
gem 'rubocop-rspec', '~> 2.10'
gem 'simplecov', '>= 0.22'
gem 'sqlite3', '~> 1.5'
gem 'timecop', '>= 0.9.6'
gem 'yard', '>= 0.9.28'
gem 'yard-activesupport-concern', '>= 0.0.1'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
factory_bot_instrumentation-1.2.4 Gemfile
factory_bot_instrumentation-1.2.3 Gemfile
factory_bot_instrumentation-1.2.2 Gemfile
factory_bot_instrumentation-1.2.1 Gemfile
factory_bot_instrumentation-1.2.0 Gemfile
factory_bot_instrumentation-1.1.5 Gemfile
factory_bot_instrumentation-1.1.4 Gemfile
factory_bot_instrumentation-1.1.3 Gemfile
factory_bot_instrumentation-1.1.2 Gemfile