Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 22, 2023
1 parent 89eb14e commit 05b6755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubrik (0.2.1)
rubrik (1.0.0)
openssl (>= 2.2.1)
pdf-reader (~> 2.10)
sorbet-runtime (~> 0.5)
Expand Down Expand Up @@ -36,13 +36,13 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11077)
sorbet-static (= 0.5.11077)
sorbet-runtime (0.5.11077)
sorbet-static (0.5.11077-x86_64-linux)
sorbet-static-and-runtime (0.5.11077)
sorbet (= 0.5.11077)
sorbet-runtime (= 0.5.11077)
sorbet (0.5.11089)
sorbet-static (= 0.5.11089)
sorbet-runtime (0.5.11089)
sorbet-static (0.5.11089-x86_64-linux)
sorbet-static-and-runtime (0.5.11089)
sorbet (= 0.5.11089)
sorbet-runtime (= 0.5.11089)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubrik/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rubrik
VERSION = "0.2.1"
VERSION = "1.0.0"
end

0 comments on commit 05b6755

Please sign in to comment.