diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-01-29 03:30:21 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-01-29 13:13:12 -0500 |
commit | ff56b2d9edee0ed0c5bb6964446fab1d66222f38 (patch) | |
tree | 1043f74046cd110880368e402c26f1e19511d568 /Gemfile.lock | |
parent | d54f80980432d781b8730c672576e5e47620f502 (diff) | |
download | gitlab-ce-ff56b2d9edee0ed0c5bb6964446fab1d66222f38.tar.gz |
Use pry-rails gem instead of pry
pry-rails has pry as a dependency and this lets us have all that pry
when we run `rails console` :heart:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4b5b718c87e..3a8ae194bec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -366,6 +366,8 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) + pry-rails (0.3.2) + pry (>= 0.9.10) pyu-ruby-sasl (0.0.3.3) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) @@ -694,7 +696,7 @@ DEPENDENCIES org-ruby (= 0.9.12) pg poltergeist (~> 1.5.1) - pry + pry-rails quiet_assets (~> 1.0.1) rack-attack rack-cors |