Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Bump ruby_core_source + version
Browse files Browse the repository at this point in the history
close #50
  • Loading branch information
cldwalker committed Nov 16, 2012
1 parent 026cdd2 commit 478669f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.2
* Bump ruby_core_source dependency

## 1.2.1
* Bump ruby_core_source dependency

Expand Down
2 changes: 1 addition & 1 deletion debugger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ handling, bindings for stack frames among other things.
s.extensions << "ext/ruby_debug/extconf.rb"
s.executables = ["rdebug"]
s.add_dependency "columnize", ">= 0.3.1"
s.add_dependency "debugger-ruby_core_source", '~> 1.1.4'
s.add_dependency "debugger-ruby_core_source", '~> 1.1.5'
s.add_dependency "debugger-linecache", '~> 1.1.1'
s.add_development_dependency 'rake', '~> 0.9.2.2'
s.add_development_dependency 'rake-compiler', '~> 0.8.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/debugger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Debugger
# TODO: remove version from C ext
send :remove_const, :VERSION if const_defined? :VERSION
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit 478669f

Please sign in to comment.