1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Myke Cameron
8d796081ea Bump minimum required pry version to 0.13.0
This is nice for folks using ruby 2.7, as pry 0.13.0 resolves a
deprecation warning introduced in Ruby 2.7. This warning gets a little
annoying to see everytime you fire up pry.

Ex warning:
<main>: warning: __FILE__ in eval may not return location in binding; use Binding#source_location instead
/Users/mykecameron/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pry-0.12.2/lib/pry/commands/whereami.rb:40: warning: in `eval'
<main>: warning: __LINE__ in eval may not return location in binding; use Binding#source_location instead
/Users/mykecameron/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pry-0.12.2/lib/pry/commands/whereami.rb:41: warning: in `eval'
2020-09-02 12:53:54 -04:00
Chris LaRose
a8693e7ee7 Bump minimum required pry version to 0.10.4
Running pry-rails against versions of pry prior to version 0.10.4 will
cause an 'uninitialized constant' exception for Pry::Prompt. No class by
this name existed prior to version 0.10.4.
2017-02-15 19:53:46 -08:00
Ed Gibbs
eda5daad2b Specify ruby 1.9 or greater required for gem. 2015-04-19 17:14:41 -07:00
Ryan Fitzgerald
7ec8af567c Remove rr dependency
It was causing spurious failures that I didn't feel like tracking down.
2015-02-07 23:29:37 -08:00
Mike MacDonald
17d1699abb add license info to gemspec
Automated tools look here, so it's best to have this info.
2013-02-19 15:21:17 -05:00
Ryan Fitzgerald
c3feb6f3d8 1.8 compatibility and Readme updates 2012-09-23 15:29:39 -07:00
Ryan Fitzgerald
08fe828203 Redo testing setup, including tests for railtie 2012-09-23 15:28:42 -07:00
Ryan Fitzgerald
0322399b5f Require newest pry 2012-08-09 10:04:03 -07:00
Ryan Fitzgerald
6c98bae9d4 Set up Appraisal to (manually) test multiple Rails versions 2012-07-06 01:19:57 -07:00
Mario Uher
37c6b0b1c7 Added GitHub page as homepage, otherwise RubyGems.org doesn't provide a link to GitHub. 2012-01-11 23:06:33 +01:00
Robin Wenglewski
fc50ff4089 removing pry-doc as dependency 2012-01-11 15:58:00 +01:00
Robin Wenglewski
61fd6842f1 initial commit 2011-08-27 12:50:23 +02:00