Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 25, 2020
1 parent 06d1218 commit f8b344a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,14 +2,14 @@ source 'https://rubygems.org'

gemspec

gem 'appraisal'
gem 'kgio', :platform => :mri

group :test do
gem 'rails'
gem 'minitest'
gem 'mocha'
gem 'rake'
gem 'appraisal'
gem 'connection_pool'
gem 'simplecov'
end

0 comments on commit f8b344a

Please sign in to comment.