Skip to content

Commit

Permalink
Merge pull request #17 from chamberflag/bugfix/update-rack
Browse files Browse the repository at this point in the history
Update rack and Travis config
  • Loading branch information
joelbarker2011 authored Feb 7, 2019
2 parents 9bf7744 + 5f0e940 commit afa3a00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- ruby-head
- 2.6
- 2.5
- 2.4
- 2.3
Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
echosign (1.5.0)
echosign (1.5.1)
httparty (~> 0.16)
json (~> 2)
oauth2 (~> 1)
Expand All @@ -25,24 +25,28 @@ GEM
docile (1.3.1)
factory_girl (4.8.1)
activesupport (>= 3.0.0)
faraday (0.12.2)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
hashdiff (0.3.7)
httparty (0.16.2)
httparty (0.16.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
json (2.1.0)
jwt (1.5.6)
jwt (2.1.0)
method_source (0.8.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
minitest (5.11.3)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/echosign/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Echosign
VERSION = "1.5.0"
VERSION = "1.5.1"
end

0 comments on commit afa3a00

Please sign in to comment.