Sha256: cc522c0c9bfbe01dd5b4b9f3b2dba3f0030780641daeb4c810b51c935c42f835
Contents?: true
Size: 957 Bytes
Versions: 3
Compression:
Stored size: 957 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.4' gem 'bundler', '>=2.4.11' gem 'bundler-audit', '0.9.1' gem 'curses', '1.4.4' gem 'eventmachine', '1.2.7' gem 'faye-websocket', '0.11.2' gem 'permessage_deflate', '0.1.4' gem 'pry', '0.14.2' gem 'pry-doc', '1.4.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.50.0' gem 'rubocop-rake', '0.6.0' gem 'rubocop-rspec', '2.19.0' gem 'ruby-prof', '1.6.1' gem 'rvm', '1.11.3.9' gem 'sinatra', '3.0.6' gem 'thin', '1.8.2' gem 'tty-prompt', '0.23.1' gem 'websocket-extensions', '0.1.5'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cryptum-0.0.426 | Gemfile |
cryptum-0.0.425 | Gemfile |
cryptum-0.0.424 | Gemfile |