Skip to content

Commit

Permalink
restore forgotten dev gems
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Mar 4, 2024
1 parent 62c0df6 commit 5dc1566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
source 'https://rubygems.org'

gemspec

gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.0', '>= 3.0.0'
gem 'webmock', '~> 3.0'
gem 'coveralls', '>= 0.8.23'
gem 'simplecov', '>= 0'

0 comments on commit 5dc1566

Please sign in to comment.