Last active
March 1, 2017 23:56
-
-
Save b3ll/9cba83d5bcd40a9f0e4405a28cafef2e to your computer and use it in GitHub Desktop.
Dump for a bundler issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RubyGems Environment: | |
- RUBYGEMS VERSION: 2.6.8 | |
- RUBY VERSION: 2.4.0 (2016-12-24 patchlevel 0) [x86_64-darwin16] | |
- INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/2.4.0 | |
- USER INSTALLATION DIRECTORY: /Users/b3ll/.gem/ruby/2.4.0 | |
- RUBY EXECUTABLE: /usr/local/opt/ruby/bin/ruby | |
- EXECUTABLE DIRECTORY: /usr/local/bin | |
- SPEC CACHE DIRECTORY: /Users/b3ll/.gem/specs | |
- SYSTEM CONFIGURATION DIRECTORY: /usr/local/Cellar/ruby/2.4.0/etc | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-16 | |
- GEM PATHS: | |
- /usr/local/lib/ruby/gems/2.4.0 | |
- /Users/b3ll/.gem/ruby/2.4.0 | |
- /usr/local/Cellar/ruby/2.4.0/lib/ruby/gems/2.4.0 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- REMOTE SOURCES: | |
- https://rubygems.org/ | |
- SHELL PATH: | |
- /usr/local/bin | |
- /usr/bin | |
- /bin | |
- /usr/sbin | |
- /sbin | |
- /opt/homebrew/bin | |
/usr/local/bin/rake | |
/usr/local/bin/bundle | |
## Environment | |
``` | |
Bundler 1.14.5 | |
Rubygems 2.6.8 | |
Ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16] | |
Git 2.8.0-rc2 | |
Platform x86_64-darwin-16 | |
``` | |
``` | |
## Gemfile | |
### Gemfile | |
```ruby | |
source 'https://rubygems.org' | |
ruby '2.4.0' | |
gem 'twitter' | |
``` | |
### Gemfile.lock | |
``` | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
addressable (2.5.0) | |
public_suffix (~> 2.0, >= 2.0.2) | |
buftok (0.2.0) | |
domain_name (0.5.20170223) | |
unf (>= 0.0.5, < 1.0.0) | |
equalizer (0.0.11) | |
faraday (0.11.0) | |
multipart-post (>= 1.2, < 3) | |
http (2.2.1) | |
addressable (~> 2.3) | |
http-cookie (~> 1.0) | |
http-form_data (~> 1.0.1) | |
http_parser.rb (~> 0.6.0) | |
http-cookie (1.0.3) | |
domain_name (~> 0.5) | |
http-form_data (1.0.1) | |
http_parser.rb (0.6.0) | |
memoizable (0.4.2) | |
thread_safe (~> 0.3, >= 0.3.1) | |
multipart-post (2.0.0) | |
naught (1.1.0) | |
public_suffix (2.0.5) | |
simple_oauth (0.3.1) | |
thread_safe (0.3.6) | |
twitter (6.1.0) | |
addressable (~> 2.5) | |
buftok (~> 0.2.0) | |
equalizer (= 0.0.11) | |
faraday (~> 0.11.0) | |
http (~> 2.1) | |
http_parser.rb (~> 0.6.0) | |
memoizable (~> 0.4.2) | |
naught (~> 1.1) | |
simple_oauth (~> 0.3.1) | |
unf (0.1.4) | |
unf_ext | |
unf_ext (0.0.7.2) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
RUBY VERSION | |
ruby 2.4.0p0 | |
BUNDLED WITH | |
1.14.5 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment