Skip to content

Commit

Permalink
Bump gem to 1.3.3 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
morissetcl authored Apr 19, 2024
1 parent 7df0656 commit d3ed34b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pry-byetypo (1.3.2)
pry-byetypo (1.3.3)
pry (>= 0.13, < 0.15)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Autocorrects typos in your Pry console.
This small Pry plugin captures exceptions that may arise from typos and deduces the correct command based on your database information and session history.

> [!NOTE]
> Currently, this plugin is not truly ORM-agnostic; to fully benefit from it, ActiveRecord is required.
> Currently, this plugin is not truly agnostic; to fully benefit from it, ActiveRecord with PostgreSQL is required.
## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/pry-byetypo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

class Pry
module Byetypo
VERSION = "1.3.2"
VERSION = "1.3.3"
end
end

0 comments on commit d3ed34b

Please sign in to comment.