File: Gemfile

package info (click to toggle)
ruby-shellany 0.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 218; sh: 4; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

# Specify your gem's dependencies in shellany.gemspec
gemspec development_group: :gem_build_tools

gem "rake", "~> 10.0"
gem 'nenv', "~> 0.1"

group :test do
  gem "rspec", "~> 3.1"
end