Sha256: 6ae0187859b6db60d701d5fa2534df92dbbd8722110b8d7fff4f7e33c0a9628b

Contents?: true

Size: 730 Bytes

Versions: 16

Compression:

Stored size: 730 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :development, :test do
  # https://github.com/rubocop-hq/rubocop#quickstart
  gem 'rubocop', '~> 0.67.2'
  # https://github.com/backus/rubocop-rspec
  gem 'rubocop-rspec', '~> 1.32'
  # https://github.com/rubocop-hq/rubocop-performance/#usage
  gem 'rubocop-performance', '~> 1.1'
  # https://github.com/rspec/rspec#install
  gem 'rspec', '~> 3.8'
  # https://github.com/pry/pry#installation
  gem 'pry', '~> 0.12.2'
  # https://github.com/presidentbeef/brakeman
  gem 'brakeman', '~> 4.3', '>= 4.3.1', require: false
  # https://github.com/rails/rails/tree/master/activesupport#download-and-installation
  gem 'activesupport', '~> 5.2', '>= 5.2.3'
end

Version data entries

16 entries across 16 versions & 5 rubygems

Version Path
interage-helpers-0.1.1 Gemfile
interage-helpers-0.0.2 Gemfile
interage-helpers-0.0.1 Gemfile
interage-helper-0.1.4 Gemfile
interage-helper-0.1.3 Gemfile
interage-helper-0.1.2 Gemfile
interage-helper-0.1.1 Gemfile
interage-helper-0.1.0 Gemfile
interage-query-0.1.3 Gemfile
interage-service-0.1.0 Gemfile
interage-request-0.1.3 Gemfile
interage-request-0.1.2 Gemfile
interage-query-0.1.2 Gemfile
interage-request-0.1.1 Gemfile
interage-query-0.1.0 Gemfile
interage-request-0.1.0 Gemfile