Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0c74c4d1 authored by Samir Noir's avatar Samir Noir :cheese:
Browse files

Revert "[Gemfile] add byebug to development group"

This reverts commit 88dd8a82.
parent f1c47ab8
Branches
No related tags found
No related merge requests found
Pipeline #317684 passed
...@@ -15,4 +15,3 @@ gem "rspec", :group => [:development] ...@@ -15,4 +15,3 @@ gem "rspec", :group => [:development]
gem "webmock", :group => [:development] gem "webmock", :group => [:development]
gem "simplecov", :group => [:development] gem "simplecov", :group => [:development]
gem "code-explorer", :group => [:development] gem "code-explorer", :group => [:development]
gem "byebug", "~> 11.1", :group => :development
...@@ -2,18 +2,12 @@ GEM ...@@ -2,18 +2,12 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
abstract_method (1.2.1) abstract_method (1.2.1)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.6.0) addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0) ast (2.4.0)
backports (3.15.0)
bcrypt_pbkdf (1.0.1) bcrypt_pbkdf (1.0.1)
bond (0.5.1) bond (0.4.3)
byebug (11.1.3)
cheetah (0.5.0) cheetah (0.5.0)
abstract_method (~> 1.2) abstract_method (~> 1.2)
code-explorer (0.3.0) code-explorer (0.3.0)
...@@ -22,7 +16,6 @@ GEM ...@@ -22,7 +16,6 @@ GEM
parser (~> 2.0) parser (~> 2.0)
sinatra (~> 1) sinatra (~> 1)
coderay (1.1.2) coderay (1.1.2)
concurrent-ruby (1.1.9)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
diff-lcs (1.3) diff-lcs (1.3)
...@@ -43,8 +36,6 @@ GEM ...@@ -43,8 +36,6 @@ GEM
hashdiff (1.0.0) hashdiff (1.0.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
ipaddress (0.8.3) ipaddress (0.8.3)
json (2.5.1) json (2.5.1)
mediawiki_api (0.7.1) mediawiki_api (0.7.1)
...@@ -52,7 +43,6 @@ GEM ...@@ -52,7 +43,6 @@ GEM
faraday-cookie_jar (~> 0.0, >= 0.0.6) faraday-cookie_jar (~> 0.0, >= 0.0.6)
faraday_middleware (~> 0.10, >= 0.10.0) faraday_middleware (~> 0.10, >= 0.10.0)
mime-types (2.99.3) mime-types (2.99.3)
minitest (5.14.4)
multipart-post (2.1.1) multipart-post (2.1.1)
net-ssh (4.2.0) net-ssh (4.2.0)
net-ssh-gateway (2.0.0) net-ssh-gateway (2.0.0)
...@@ -66,7 +56,7 @@ GEM ...@@ -66,7 +56,7 @@ GEM
peach (0.5.1) peach (0.5.1)
public_suffix (3.1.1) public_suffix (3.1.1)
rack (1.6.13) rack (1.6.13)
rack-cache (1.13.0) rack-cache (1.9.0)
rack (>= 0.4) rack (>= 0.4)
rack-protection (1.5.5) rack-protection (1.5.5)
rack rack
...@@ -80,24 +70,21 @@ GEM ...@@ -80,24 +70,21 @@ GEM
rest-client-components (1.5.0) rest-client-components (1.5.0)
rack (>= 1.0.1) rack (>= 1.0.1)
rest-client (>= 1.6.0) rest-client (>= 1.6.0)
restfully (1.3.0) restfully (1.2.0)
activesupport
addressable addressable
json backports
mime-types json (~> 1.5)
public_suffix
rack
rack-cache rack-cache
rb-readline rb-readline
rest-client rest-client (~> 1.6)
rest-client-components rest-client-components
ripl ripl (= 0.6.1)
ripl-color_streams ripl-color_streams
ripl-multi_line ripl-multi_line
ripl-play ripl-play (~> 0.2.1)
ripl-short_errors ripl-short_errors
ripl (0.7.1) ripl (0.6.1)
bond (~> 0.5.1) bond (~> 0.4.0)
ripl-color_streams (0.1.2) ripl-color_streams (0.1.2)
ripl (>= 0.2.8) ripl (>= 0.2.8)
ripl-multi_line (0.3.1) ripl-multi_line (0.3.1)
...@@ -135,8 +122,6 @@ GEM ...@@ -135,8 +122,6 @@ GEM
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (>= 1.3, < 3) tilt (>= 1.3, < 3)
tilt (2.0.10) tilt (2.0.10)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.6) unf_ext (0.0.7.6)
...@@ -144,14 +129,12 @@ GEM ...@@ -144,14 +129,12 @@ GEM
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0) hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.4.2)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)
byebug (~> 11.1)
code-explorer code-explorer
diffy diffy
dns-zone dns-zone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment