소스 검색

Update method_source and pry gems from FreeBSD

Douglas Thrift 4 년 전
부모
커밋
3ddbda2f4e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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