Sha256: 337f6a7f0f8321863242b4130427e905c3a7a47c1ee2baab8a33242e8d59e728

Contents?: true

Size: 526 Bytes

Versions: 4

Compression:

Stored size: 526 Bytes

Contents

source "http://www.rubygems.org"

gemspec

group :development do
  gem "pry"
  gem "pry-stack_explorer"
  gem "pry-byebug"
  gem "guard"
  gem "guard-rspec"
  gem "fuubar"
  gem "redcarpet"
  gem "github-markup"
  gem "rubocop", :require => false
end

group :test do
  gem "simplecov", :require => false
  gem "codeclimate-test-reporter", :group => :test, :require => nil
  # gem "yajl-ruby"      # install this if you're running under mri or rubinius
  # gem "gson"           # install this if you're running under jruby
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oanda_api-0.9.5 Gemfile
oanda_api-0.9.4 Gemfile
oanda_api-0.9.3 Gemfile
oanda_api-0.9.2 Gemfile