Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2C6 committed Jan 18, 2019
1 parent 3af7853 commit 5b2de8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

gem 'rest-client', '~> 2.0', '>= 2.0.2'
gem 'minitest', '~> 5.11', '>= 5.11.3'
gem 'rake', '~> 12.3', '>= 12.3.1'
gem 'json', '~> 2.1'
gem 'sinatra'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gemspec
4 changes: 2 additions & 2 deletions moka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "minitest", "~> 5.0"

spec.add_runtime_dependency 'rest-client', '~> 2.0', '>= 2.0.2'
spec.add_runtime_dependency 'json', '~> 2.1'
spec.add_dependency 'rest-client', '~> 2.0', '>= 2.0.2'
spec.add_dependency 'json', '~> 2.1'
end

0 comments on commit 5b2de8c

Please sign in to comment.