Skip to content

Commit

Permalink
Merge pull request #46 from r7kamura/bump-request-3301726610
Browse files Browse the repository at this point in the history
Change version to 0.20.0
  • Loading branch information
r7kamura committed Oct 22, 2022
2 parents e9b275a + 1663516 commit 3ee5961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
weneedfeed (0.19.3)
weneedfeed (0.20.0)
activesupport
addressable
builder
Expand All @@ -17,7 +17,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -30,7 +30,7 @@ GEM
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (1.10.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -69,20 +69,20 @@ GEM
concurrent-ruby (~> 1.0)
marcel (1.0.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
minitest (5.16.3)
multipart-post (2.2.3)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
mustermann-contrib (1.1.2)
hansi (~> 0.2.0)
mustermann (= 1.1.2)
nokogiri (1.13.8)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
psych (4.0.4)
psych (4.0.6)
stringio
public_suffix (4.0.7)
racc (1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/weneedfeed/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Weneedfeed
VERSION = '0.19.3'
VERSION = '0.20.0'
end

0 comments on commit 3ee5961

Please sign in to comment.