Skip to content

Commit

Permalink
Allow clipboard gem v2, release v4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 8, 2024
1 parent 480c029 commit 24e079a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Irbtools Changelog

## 4.0.7

* Allow clipboard gem v2

## 4.0.6

* Bump FancyIRB to close #56
Expand Down
2 changes: 1 addition & 1 deletion irbtools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|

# Utils
s.add_dependency %q<paint>, ">= 0.9", "< 3.0"
s.add_dependency %q<clipboard>, "~> 1.3"
s.add_dependency %q<clipboard>, ">= 1.4", "< 3.0"
s.add_dependency %q<interactive_editor>, "~> 0.0", ">= 0.0.12"
s.add_dependency %q<coderay>, "~> 1.1"
s.add_dependency %q<debugging>, "~> 2.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/irbtools/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Irbtools
VERSION = "4.0.6"
VERSION = "4.0.7"
end

0 comments on commit 24e079a

Please sign in to comment.