File: Gemfile

package info (click to toggle)
ruby-countries 8.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,268 kB
  • sloc: ruby: 2,687; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true

source 'https://rubygems.org'
gem 'money'
gem 'rake'
gem 'tzinfo'

# Specify your gem's dependencies in countries.gemspec
gemspec

group :development, :test do
  gem 'debug'
  gem 'yaml'
  gem 'memory_profiler'
end