Skip to content

Commit

Permalink
Merge pull request #38 from yujideveloper/feature/use-irb-console
Browse files Browse the repository at this point in the history
Use IRB console
  • Loading branch information
yujideveloper authored Feb 25, 2025
2 parents 15c850b + 59c1444 commit 402839b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Misc

* CI against for Ruby 3.4
* Use IRB console


## 2.1.0 (2023-12-25)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

gem "bundler", ">= 2.2.3"
gem "pry", ">= 0.14.2"
gem "irb"
gem "rake", ">= 13.1"
gem "rspec", "~> 3.12"
gem "rubocop", ">= 1.59.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

require "bundler/setup"
require "recite_csv"
require "pry"
require "irb"

Pry.start
IRB.start

0 comments on commit 402839b

Please sign in to comment.