mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
8f8bc459fa
the next version of pry will be 0.10.0 and to make sure plugins are still working it's easier to drop the version requirement so that gems like pry-debugger don't prevent pry from booting and so that pry-remote is not a deactivated gem when pry boots.
3 lines
39 B
Ruby
3 lines
39 B
Ruby
class Pry
|
|
VERSION = "0.10.0.pre"
|
|
end
|