-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (18 loc) · 784 Bytes
/
Gemfile
File metadata and controls
20 lines (18 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://rubygems.org'
# Only development dependencies (things your only plugin needs when running in its own workspace) should
# be listed here in the Gemfile
# This gem provides integration with https://coveralls.io/ to monitor
# your application's test coverage
gem 'coveralls', require: false
gem 'byebug'
gem 'origen_doc_helpers'
gem 'origen_jtag', '~>0.20'
# Uncomment these if you want to use a visual debugger (e.g. Visual Studio Code) to debug your app
#gem 'ruby-debug-ide'
#gem 'debase'
#gem "origen", path: "~/Code/github/origen"
#gem "origen", git: "https://github.com/Origen-SDK/origen.git"
#gem "origen_testers", path: "~/Code/github/origen_testers"
# Specify your gem's runtime dependencies in origen_sim.gemspec
# THIS LINE SHOULD BE LEFT AT THE END
gemspec