Skip to content

Commit

Permalink
Bump mrkt to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raszi committed May 10, 2021
1 parent 74a760d commit 94bc70c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mrkt (1.0.1)
mrkt (1.1.0)
faraday (~> 1.0)
faraday_middleware (~> 1.0)

Expand All @@ -17,8 +17,15 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.4.4)
docile (1.3.2)
faraday (1.0.1)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
gem-release (2.1.1)
Expand Down Expand Up @@ -65,6 +72,7 @@ GEM
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
safe_yaml (1.0.5)
simplecov (0.17.1)
docile (~> 1.1)
Expand All @@ -90,3 +98,6 @@ DEPENDENCIES
rubocop (~> 0.87.1)
simplecov (~> 0.17.1)
webmock (~> 3.1)

BUNDLED WITH
1.17.3
2 changes: 1 addition & 1 deletion lib/mrkt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mrkt
VERSION = '1.0.1'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 94bc70c

Please sign in to comment.