File: Gemfile

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

source 'https://rubygems.org'

gemspec

group :development do
  gem 'mutant',       '~> 0.8.24'
  gem 'mutant-rspec', '~> 0.8.24'
end

gem(
  'devtools',
  git: 'https://github.com/mbj/devtools.git',
  ref: '26ba0a1053e6cf7b79fc72d513a73457f9a38ead'
)