Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Add trackler as a dependency
Browse files Browse the repository at this point in the history
This is the x-api core logic extraction.
  • Loading branch information
Katrina Owen committed Oct 3, 2016
1 parent 09be577 commit cd90f9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'rack', '~> 1.4'
gem 'rake', '~> 10.4'
gem 'sinatra', '~> 1.4', require: 'sinatra/base'
gem 'tilt', '~> 1.3'
gem 'trackler', git: 'https://github.com/exercism/trackler.git', branch: 'v1.0.0'
gem 'rubyzip'

group :development, :test do
Expand Down
15 changes: 14 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/exercism/trackler.git
revision: 48c3bc7cb307f6cfcecc88cf9e9d2c01f7f93bbb
branch: v1.0.0
specs:
trackler (1.0.0)
org-ruby (~> 0.9.0)
rubyzip (~> 1.1.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -104,8 +113,12 @@ DEPENDENCIES
simplecov (~> 0.8)
sinatra (~> 1.4)
tilt (~> 1.3)
trackler!
vcr (~> 2.8)
webmock (~> 1.17.0)

RUBY VERSION
ruby 2.2.5p319

BUNDLED WITH
1.11.2
1.13.0

0 comments on commit cd90f9e

Please sign in to comment.