Skip to content

Commit

Permalink
try specific version of apitome from github repo per comments on jeja…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayle Bender committed Dec 19, 2017
1 parent c9096a4 commit b941408
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ group :development do
end

gem 'rspec_api_documentation'
gem "apitome"
#gem "apitome"
gem 'apitome', git: 'https://github.com/jejacks0n/apitome.git', ref: '82fee54'

14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/jejacks0n/apitome.git
revision: 82fee54e79411844063897dae66e079738d07ff0
ref: 82fee54
specs:
apitome (0.1.0)
kramdown
railties

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -36,9 +45,6 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
apitome (0.2.2)
kramdown
railties
arel (6.0.4)
binding_of_caller (0.7.3)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -176,7 +182,7 @@ PLATFORMS
ruby

DEPENDENCIES
apitome
apitome!
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
Expand Down

0 comments on commit b941408

Please sign in to comment.