File: Gemfile

package info (click to toggle)
ruby-regexp-property-values 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 176 kB
  • sloc: ruby: 254; ansic: 76; makefile: 6; sh: 4
file content (12 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

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

gem 'character_set', '~> 1.8.0'
gem 'rake', '~> 13.0'
gem 'rake-compiler', '~> 1.0'
gem 'range_compressor', '~> 1.0'
gem 'rspec', '~> 3.0'