Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
97a5aa4f
Commit
97a5aa4f
authored
Sep 25, 2014
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update debugger gem
parent
e802241c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
Gemfile
misc/Gemfile
+1
-1
Gemfile.lock
misc/Gemfile.lock
+7
-9
Rakefile
misc/Rakefile
+1
-1
No files found.
misc/Gemfile
View file @
97a5aa4f
...
...
@@ -16,7 +16,7 @@ group :test do
gem
'thin'
,
'~> 1.5.1'
gem
'net-http-persistent'
,
'~> 2.9'
,
:require
=>
'net/http/persistent'
gem
'
debugger
'
gem
'
byebug'
,
'~> 1.3.1
'
end
group
:docs
do
...
...
misc/Gemfile.lock
View file @
97a5aa4f
...
...
@@ -4,17 +4,15 @@ GEM
Platform (0.4.0)
RedCloth (4.2.9)
addressable (2.3.6)
childprocess (0.5.3)
byebug (1.3.1)
columnize (~> 0.3.6)
debugger-linecache (~> 1.2.0)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
columnize (0.
8.9
)
columnize (0.
3.6
)
cookiejar (0.3.2)
daemons (1.1.9)
debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5)
em-http-request (1.0.3)
addressable (>= 2.2.3)
...
...
@@ -26,7 +24,7 @@ GEM
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.3)
execjs (2.0.2)
ffi (1.9.
3
)
ffi (1.9.
6
)
github-markup (0.7.5)
http_parser.rb (0.6.0)
jasmine (1.3.2)
...
...
@@ -85,7 +83,7 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.2.9)
debugger
byebug (~> 1.3.1)
em-http-request (~> 1.0.3)
github-markup (~> 0.7.5)
jasmine (~> 1.3.1)
...
...
misc/Rakefile
View file @
97a5aa4f
...
...
@@ -13,7 +13,7 @@ begin
desc
"Run all examples"
RSpec
::
Core
::
RakeTask
.
new
(
:spec
)
do
|
t
|
t
.
rspec_opts
=
%w[--color
--debug
]
t
.
rspec_opts
=
%w[--color]
t
.
pattern
=
'**/*_spec.rb'
end
rescue
LoadError
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment