Skip to content

Commit

Permalink
Merge bb324d9 into 42fb4b7
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa committed Jan 19, 2015
2 parents 42fb4b7 + bb324d9 commit be20a01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gemfiles/Gemfile.rspec-3.1
@@ -0,0 +1,14 @@
source "https://rubygems.org"

gemspec path: '../'

gem 'rspec', '~> 3.1.0'

group :test do
gem 'coveralls', require: false
gem "guard-compat", ">= 0.0.2", require: false
end

group :tool do
gem 'ruby_gntp', require: false
end

0 comments on commit be20a01

Please sign in to comment.