Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Apr 17, 2020
1 parent 1e3be5f commit fac3728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oas_parser (0.23.0)
oas_parser (0.25.0)
activesupport (>= 4.0.0)
addressable (~> 2.3)
builder (~> 3.2.3)
Expand All @@ -13,7 +13,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.2.1)
activesupport (6.0.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -23,7 +23,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
deep_merge (1.2.1)
diff-lcs (1.3)
docile (1.1.5)
Expand Down Expand Up @@ -62,15 +62,15 @@ GEM
hansi (~> 0.2.0)
mustermann (= 1.1.1)
nenv (0.3.0)
nokogiri (1.10.8)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.3)
public_suffix (4.0.4)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
Expand Down Expand Up @@ -100,9 +100,9 @@ GEM
simplecov-html (0.10.2)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.2.2)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/oas_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OasParser
VERSION = '0.23.0'.freeze
VERSION = '0.25.0'.freeze
end

0 comments on commit fac3728

Please sign in to comment.