Skip to content

Commit

Permalink
rest-client allow patch changes not just candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
jduss4 committed Jan 12, 2018
1 parent e62d4d3 commit 7a63dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# using rest-client because I've had far more luck than the
# stlib net/http
gem 'rest-client', '~> 2.1.0.rc1'
gem 'rest-client', '>= 2.1.0.rc1', '< 2.2'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
puma (~> 3.7)
rails (~> 5.1.4)
rest-client (~> 2.1.0.rc1)
rest-client (>= 2.1.0.rc1, < 2.2)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
Expand Down

0 comments on commit 7a63dd2

Please sign in to comment.