Sha256: 56020904ca25e2f13d1d27653f5c4106a7ab213c0045d39dc1efd6b254ea26be

Contents?: true

Size: 448 Bytes

Versions: 2

Compression:

Stored size: 448 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem "rspec", git: "https://github.com/rspec/rspec.git"
gem "rspec-core", git: "https://github.com/rspec/rspec-core.git"
gem "rspec-expectations", git: "https://github.com/rspec/rspec-expectations.git"
gem "rspec-mocks", git: "https://github.com/rspec/rspec-mocks.git"
gem "rspec-support", git: "https://github.com/rspec/rspec-support.git"

group :tools do
  gem "guard"
  gem "guard-rspec"
  gem "byebug"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
warp-1.0.1 Gemfile
warp-1.0.0 Gemfile