Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
flat_api (1.0.0)
faraday (>= 1.0.1, < 3.0)
faraday-multipart (~> 1.0)
marcel (~> 1.0)
marcel (>= 1, < 3)

GEM
remote: https://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
net-http (~> 0.5)
json (3.0.2)
logger (1.7.0)
marcel (1.2.1)
marcel (2.1.0)
multipart-post (2.4.1)
net-http (0.9.1)
uri (>= 0.11.1)
Expand Down
2 changes: 1 addition & 1 deletion flat_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
# flat_api` followed by `require 'flat_api'` raised LoadError on faraday.
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
s.add_runtime_dependency 'faraday-multipart', '~> 1.0'
s.add_runtime_dependency 'marcel', '~> 1.0'
s.add_runtime_dependency 'marcel', '>= 1', '< 3'


# LICENSE has to be in the gem, not only in the repository: the gem declares Apache-2.0 above and
Expand Down
Loading