Sha256: 34453db8f82264badd855ab2022755732fae749e3f69ea05b25c5449c7ae22f3
Contents?: true
Size: 702 Bytes
Versions: 1
Compression:
Stored size: 702 Bytes
Contents
# Note: on Travis, this Gemfile is only for installing # dependencies. The actual builds use the Gemfiles in # the gemspecs/* directory. filename = "gemfiles/common" instance_eval(IO.read(filename), filename, 1) group :test do gem "rspec", "~> 3.4" end if ENV["USE_INSTALLED_GUARD_RSPEC"] == "1" gem "guard-rspec" else gemspec development_group: :gem_build_tools end # bundler + rake - always included group :gem_build_tools do gem "bundler", "~> 1.12", "< 2.0" gem "rake", "~> 11.1" end group :development do gem "rubocop", require: false gem "guard-rubocop", require: false gem "guard-compat", ">= 0.0.2", require: false end group :tool do gem "ruby_gntp", require: false end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-rspec-4.7.1 | Gemfile |