Sha256: b5e48cd2ca51e2c4c54eed0c9a24db2ae3539c92d8d8919e96fbd66e9efea3e2
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in artemis.gemspec gemspec gem 'pry' gem 'pry-byebug', platforms: :mri gem 'curb', '>= 0.9.6' if RUBY_ENGINE == 'ruby' gem 'webrick' if RUBY_VERSION >= '3.0.0' gem 'minitest', '< 5.25.0'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
artemis-1.1.0 | Gemfile |