File: Gemfile

package info (click to toggle)
ruby-state-machines-activemodel 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276 kB
  • sloc: ruby: 860; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

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

platforms :mri_20, :mri_21 do
  gem 'pry-byebug'
end