Sha256: b51cbb48caf22d7d08db2b76e4305a167217ac2352430f86602070f53a684f79

Contents?: true

Size: 984 Bytes

Versions: 3

Compression:

Stored size: 984 Bytes

Contents

# frozen_string_literal: true

LANG = 'en_US.UTF-8'
LC_ALL = 'en_US.UTF-8'
source 'https://rubygems.org'

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

# *** FYI:
# In some circumstances custom flags are passed to gems in order
# to build appropriately.  Defer to ./reinstall_coinbot_gemset.sh
# to review these custom flags
gem 'addressable', '2.8.1'
gem 'bundler', '>=2.3.26'
gem 'bundler-audit', '0.9.1'
gem 'curses', '1.4.4'
gem 'eventmachine', '1.2.7'
gem 'faye-websocket', '0.11.1'
gem 'permessage_deflate', '0.1.4'
gem 'pry', '0.14.1'
gem 'pry-doc', '1.3.0'
gem 'rake', '13.0.6'
gem 'rbtrace', '0.4.14'
gem 'rdoc', '6.5.0'
gem 'require_all', '3.0.0'
gem 'rest-client', '2.1.0'
gem 'rspec', '3.12.0'
gem 'rubocop', '1.40.0'
gem 'rubocop-rake', '0.6.0'
gem 'rubocop-rspec', '2.16.0'
gem 'ruby-prof', '1.4.4'
gem 'rvm', '1.11.3.9'
gem 'sinatra', '3.0.5'
gem 'thin', '1.8.1'
gem 'tty-prompt', '0.23.1'
gem 'tty-spinner', '0.9.3'
gem 'websocket-extensions', '0.1.5'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cryptum-0.0.350 Gemfile
cryptum-0.0.349 Gemfile
cryptum-0.0.348 Gemfile