Logo white

Labbeemint / syspro-ruby

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • syspro-ruby
  • Gemfile
  • Add the ability to do debugging in tests and regen logon casset with valid response
    ab2264b2
    Samuel J Clopton authored
    2019-05-22 15:37:39 -0700  
    Browse Code ยป
Gemfile 200 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
# frozen_string_literal: true

source 'https://rubygems.org'

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

gemspec

group :test do
  gem 'pry-byebug'
  gem 'rb-readline'
end