Skip to content

Commit

Permalink
build: bump to version 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 10, 2021
1 parent 70ac559 commit 29f1628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nonnative (1.44.0)
nonnative (1.45.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
cucumber (>= 6, < 7)
grpc (>= 1, < 2)
Expand All @@ -15,7 +15,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.1)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
e2mmap (0.1.0)
ffi (1.15.0)
google-protobuf (3.15.8)
google-protobuf (3.16.0)
googleapis-common-protos-types (1.0.6)
google-protobuf (~> 3.14)
grpc (1.37.1)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
middleware
thor
thread_safe
puma (5.2.2)
puma (5.3.0)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/nonnative/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nonnative
VERSION = '1.44.0'
VERSION = '1.45.0'
end

0 comments on commit 29f1628

Please sign in to comment.