Skip to content

Commit

Permalink
releasing 0.2.6.
Browse files Browse the repository at this point in the history
fixes #103.
  • Loading branch information
apotonick committed Aug 11, 2023
1 parent 3f54656 commit af0e313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end
source "https://rubygems.org"
gemspec

gem 'pry-byebug'
# gem 'pry-byebug'
gem "minitest-line"

case ENV["GEMS_SOURCE"]
Expand Down
2 changes: 1 addition & 1 deletion lib/reform/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Reform
module Rails
VERSION = "0.2.5"
VERSION = "0.2.6"
end
end

0 comments on commit af0e313

Please sign in to comment.