Browse Source

Update method_source and pry gems from FreeBSD

Douglas Thrift 4 years ago
parent
commit
3ddbda2f4e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Gemfile.lock

+ 4 - 4
Gemfile.lock

@@ -2,10 +2,10 @@ GEM
   remote: https://rubygems.org/
   specs:
     coderay (1.1.2)
-    method_source (0.9.2)
-    pry (0.12.2)
-      coderay (~> 1.1.0)
-      method_source (~> 0.9.0)
+    method_source (1.0.0)
+    pry (0.13.0)
+      coderay (~> 1.1)
+      method_source (~> 1.0)
     rake (12.3.3)
 
 PLATFORMS