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
  • fix tests and add better error handling to invsws
    f4259c1e
    Samuel J Clopton authored
    2019-05-24 10:25:19 -0700  
    Browse Code ยป
Gemfile 246 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
# frozen_string_literal: true

source 'https://rubygems.org'

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

gemspec

group :development, :test do
  gem 'rubocop', require: false
  gem 'pry-byebug'
  gem 'rb-readline'
end