Skip to content

Commit

Permalink
Bump version for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 9, 2021
1 parent b259939 commit 3c58065
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:
propshaft (0.2.0)
propshaft (0.2.1)
rails (>= 7.0.0.alpha2)

GEM
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
erubi (1.10.0)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
io-console (0.5.9)
irb (1.3.7)
Expand All @@ -86,7 +86,7 @@ GEM
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.1)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
nio4r (2.5.8)
Expand All @@ -99,7 +99,7 @@ GEM
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.0.beta5)
zeitwerk (2.5.1)

PLATFORMS
arm64-darwin-20
Expand All @@ -160,4 +160,4 @@ DEPENDENCIES
rake

BUNDLED WITH
2.2.28
2.2.30
2 changes: 1 addition & 1 deletion lib/propshaft/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Propshaft
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 3c58065

Please sign in to comment.