-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathGemfile
30 lines (25 loc) · 1.2 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source 'https://rubygems.org'
# Development dependencies
gem 'coveralls', require: false
gem "byebug", "~>11" # Test byebug 11.x.x # will no longer support for Ruby 2.3
#gem "stackprof", "~>0"
gem "origen_core_support", git: "https://github.com/Origen-SDK/origen_core_support.git"
#gem "origen_core_support", path: "~/Code/github/origen_core_support"
#gem "origen_doc_helpers", ">= 0.2.0"
gem "origen_doc_helpers"
gem "loco"
#gem "origen_testers", "~> 0.7"
gem 'origen_debuggers', '~> 0'
gem 'ripper-tags'
# gem 'nokogiri', '1.10.10' # Lock to this version to enable testing in Ruby 2.2
gem 'nokogiri', '1.13.10' # Locking to this version to support Ruby 2.6. Will update in a later release
# Plugins that provide guide pages
gem "origen_testers", git: "https://github.com/Origen-SDK/origen_testers.git"
gem "origen_sim", git: "https://github.com/Origen-SDK/origen_sim.git"
# Required to run the concurrent test case patterns from OrigenSim
gem 'origen_jtag'
# Pull in the latest and greatest app generator templates so that they can be
# packaged into Origen releases
gem "origen_app_generators", git: "https://github.com/Origen-SDK/origen_app_generators.git"
# Specify all runtime dependencies in origen.gemspec
gemspec