Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-01-29 11:30:21 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-01-29 21:13:12 +0300
commitff56b2d9edee0ed0c5bb6964446fab1d66222f38 (patch)
tree1043f74046cd110880368e402c26f1e19511d568 /Gemfile.lock
parentd54f80980432d781b8730c672576e5e47620f502 (diff)
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.lock4
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