• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版d0c70273d1ac05a73b6e420a496ede043eaf6f10 (tree)
时间2020-08-31 01:22:10
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Move pry to test&dev section .

更改概述

差异

--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
1+#ruby '~> 2.6.0'
12 source "https://rubygems.org"
23
34 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
@@ -75,6 +76,11 @@ group :development, :test do
7576 gem "faker"
7677 gem "guard-rspec"
7778 gem "guard-bundler"
79+
80+ gem "pry"
81+ gem "pry-rails"
82+ gem "pry-stack_explorer"
83+ gem "pry-byebug"
7884 end
7985
8086 group :test do
@@ -95,8 +101,4 @@ group :development do
95101 gem "capistrano-rails"
96102 gem "capistrano-deploy_into_docker", ">= 0.2.1"
97103 #gem 'capistrano-passenger'
98- gem "pry"
99- gem "pry-rails"
100- gem "pry-stack_explorer"
101- gem "pry-byebug"
102104 end
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -543,5 +543,8 @@ DEPENDENCIES
543543 webpacker-react (~> 0.3)
544544 yaml_db
545545
546+RUBY VERSION
547+ ruby 2.6.5p114
548+
546549 BUNDLED WITH
547550 1.17.3