Skip to content

Commit

Permalink
Create Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
merqlove authored Sep 4, 2017
1 parent f515bfb commit 9e9c556
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions example/adapter/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# frozen_string_literal: true
source 'https://rubygems.org'

gemspec

group :development do
gem 'rubocop', '~> 0.49.0'
end

group :test, :development do
gem 'aruba', '~> 0.8.0'
gem 'json', '>= 1.8'
gem 'rake', '>= 0.8.7', '< 13.0'
gem 'rspec', '~> 3.6.0'
gem 'rspec-core', '~> 3.6.0'
gem 'rspec-expectations', '~> 3.6.0'
gem 'rspec-mocks', '~> 3.6.0'
gem 'webmock', '~> 1.18.0'
end

0 comments on commit 9e9c556

Please sign in to comment.