Skip to content

Commit

Permalink
build: bump to version 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 14, 2021
1 parent e6ca95e commit f201e80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nonnative (1.46.0)
nonnative (1.47.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
cucumber (>= 6, < 7)
grpc (>= 1, < 2)
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.16.0)
google-protobuf (3.17.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.3.0)
puma (5.3.1)
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.46.0'
VERSION = '1.47.0'
end

0 comments on commit f201e80

Please sign in to comment.