Sha256: 05412b48acc9cb749f7893c68254db469fdd5a3a3a3eb8e4324736dbaf7ee07c

Contents?: true

Size: 383 Bytes

Versions: 8

Compression:

Stored size: 383 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 active_support-deprecation_test_helper.gemspec
gemspec

gem "appraisal"
gem "pry"
gem 'pry-byebug'
gem "rake",                  "~> 13.0"
gem "rspec",                 "~> 3.0"
gem "rspec_junit_formatter", "~> 0.4"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
activesupport-deprecation_test_helper-0.2.0 Gemfile
activesupport-deprecation_test_helper-0.2.0.pre.1 Gemfile
activesupport-deprecation_test_helper-0.1.2 Gemfile
activesupport-deprecation_test_helper-0.1.2.pre.1 Gemfile
activesupport-deprecation_test_helper-0.1.1 Gemfile
activesupport-deprecation_test_helper-0.1.0 Gemfile
activesupport-deprecation_test_helper-0.1.0.pre.2 Gemfile
activesupport-deprecation_test_helper-0.1.0.pre.1 Gemfile