Skip to content

Commit

Permalink
Merge pull request #2 from OLIOEX/pt-476-loco-for-api
Browse files Browse the repository at this point in the history
Change Faraday version and update the gem version
  • Loading branch information
junolouise authored Aug 9, 2023
2 parents ecb37c0 + c388d49 commit 7fb4425
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

## [0.1.0] - 2023-01-10

- Initial release
Initial release

## [2.0.0] - 2023-08-03

Faraday version change
2 changes: 1 addition & 1 deletion lib/loco_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LocoSync
VERSION = "1.0.0"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion loco_sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
]
spec.extra_rdoc_files = ["README.md"]

spec.add_dependency "faraday", "~>1.4.2"
spec.add_dependency "faraday", ">= 2.0"
spec.add_dependency "zeitwerk", "~> 2.4"
end

0 comments on commit 7fb4425

Please sign in to comment.