File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
gemspec
4
4
5
5
gem "sqlite3"
6
- gem "byebug "
6
+ gem "debug" , ">= 1.0.0 "
Original file line number Diff line number Diff line change 67
67
tzinfo (~> 2.0 )
68
68
zeitwerk (~> 2.3 )
69
69
builder (3.2.4 )
70
- byebug (11.1.3 )
71
70
concurrent-ruby (1.1.9 )
72
71
crass (1.0.6 )
72
+ debug (1.1.0 )
73
+ irb
74
+ reline (>= 0.2.7 )
73
75
erubi (1.10.0 )
74
76
globalid (0.5.2 )
75
77
activesupport (>= 5.0 )
76
78
i18n (1.8.10 )
77
79
concurrent-ruby (~> 1.0 )
80
+ io-console (0.5.9 )
81
+ irb (1.3.7 )
82
+ reline (>= 0.2.7 )
78
83
loofah (2.12.0 )
79
84
crass (~> 1.0.2 )
80
85
nokogiri (>= 1.5.9 )
120
125
rake (>= 0.13 )
121
126
thor (~> 1.0 )
122
127
rake (13.0.6 )
128
+ reline (0.2.7 )
129
+ io-console (~> 0.5 )
123
130
sprockets (4.0.2 )
124
131
concurrent-ruby (~> 1.0 )
125
132
rack (> 1 , < 3 )
@@ -140,7 +147,7 @@ PLATFORMS
140
147
ruby
141
148
142
149
DEPENDENCIES
143
- byebug
150
+ debug ( >= 1.0.0 )
144
151
sqlite3
145
152
tailwindcss-rails !
146
153
Original file line number Diff line number Diff line change 3
3
4
4
require "rails"
5
5
require "rails/test_help"
6
- require "byebug "
6
+ require "debug "
7
7
require_relative "../lib/tailwindcss-rails"
8
8
9
9
require "rails/test_unit/reporter"
You can’t perform that action at this time.
0 commit comments