# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'rspec-retry', '< 0.6.1' if RUBY_VERSION < '1.9'
