Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
only load desk_api once in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tstachl committed Nov 22, 2016
1 parent 637ef9f commit f448087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions gemfiles/0.8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "faraday", "~> 0.8.0"
gem "desk_api", :path => "../"
gemspec :path => "../"

group :test do
gem "pry"
Expand All @@ -15,5 +15,3 @@ end
group :development do
gem "yard", "~> 0.8.7.4"
end

gemspec :path => "../"
4 changes: 1 addition & 3 deletions gemfiles/0.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "faraday", "~> 0.9.0"
gem "desk_api", :path => "../"
gemspec :path => "../"

group :test do
gem "pry"
Expand All @@ -15,5 +15,3 @@ end
group :development do
gem "yard", "~> 0.8.7.4"
end

gemspec :path => "../"

0 comments on commit f448087

Please sign in to comment.