Sha256: 445d9f421b7d4dfec084407759bf294f3fabe172da193bcca315f934a48783be
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 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', '~> 6.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
interage-query-0.1.4 | Gemfile |