mirror of https://github.com/mastodon/goldfinger
10 lines
126 B
Ruby
10 lines
126 B
Ruby
![]() |
source "https://rubygems.org"
|
||
|
|
||
|
group :test do
|
||
|
gem 'rspec', '>= 3.0'
|
||
|
gem 'nyan-cat-formatter'
|
||
|
gem 'webmock'
|
||
|
end
|
||
|
|
||
|
gemspec
|