diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..d41b997 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +# Specify your gem's dependencies in riot_api.gemspec +gemspec \ No newline at end of file diff --git a/sightstone.gemspec b/sightstone.gemspec index eb548f0..87d7e66 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -10,5 +10,4 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/danijoo/Sightstone' s.license = 'MIT' s.add_runtime_dependency 'rest-client' -# s.add_runtime_dependency 'json' end