Last active
March 3, 2017 15:18
-
-
Save fcheung/8ca9fa58f75bec644570d3aa57051f51 to your computer and use it in GitHub Desktop.
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
## Environment | |
``` | |
Bundler 1.14.5 | |
Rubygems 2.5.2 | |
Ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16] | |
Git 2.10.2 | |
Platform x86_64-darwin-16 | |
``` | |
## Bundler settings | |
``` | |
--jobs | |
Set for the current user (/Users/fred/.bundle/config): "8" | |
build.eventmachine | |
Set for the current user (/Users/fred/.bundle/config): "--with-cppflags=-I/usr/local/opt/openssl/include" | |
gem.test | |
Set for the current user (/Users/fred/.bundle/config): "rspec" | |
gem.mit | |
Set for the current user (/Users/fred/.bundle/config): "true" | |
gem.coc | |
Set for the current user (/Users/fred/.bundle/config): "false" | |
``` | |
## Gemfile | |
### Gemfile | |
```ruby | |
source 'https://rubygems.org' | |
gem 'rails', '~> 4.2.7.1' | |
gem 'devise', '~> 3.5.0' | |
group :development, :test do | |
gem 'rspec-rails', '~> 3.5.0' | |
end | |
``` | |
### Gemfile.lock | |
``` | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.7.1) | |
actionpack (= 4.2.7.1) | |
actionview (= 4.2.7.1) | |
activejob (= 4.2.7.1) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.7.1) | |
actionview (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
globalid (>= 0.3.0) | |
activemodel (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
builder (~> 3.1) | |
activerecord (4.2.7.1) | |
activemodel (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
arel (~> 6.0) | |
activesupport (4.2.7.1) | |
i18n (~> 0.7) | |
json (~> 1.7, >= 1.7.7) | |
minitest (~> 5.1) | |
thread_safe (~> 0.3, >= 0.3.4) | |
tzinfo (~> 1.1) | |
arel (6.0.4) | |
bcrypt (3.1.11) | |
builder (3.2.3) | |
concurrent-ruby (1.0.5) | |
devise (3.5.10) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 3.2.6, < 5) | |
responders | |
thread_safe (~> 0.1) | |
warden (~> 1.2.3) | |
diff-lcs (1.3) | |
erubis (2.7.0) | |
globalid (0.3.7) | |
activesupport (>= 4.1.0) | |
i18n (0.8.1) | |
json (1.8.6) | |
loofah (2.0.3) | |
nokogiri (>= 1.5.9) | |
mail (2.6.4) | |
mime-types (>= 1.16, < 4) | |
mime-types (3.1) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2016.0521) | |
mini_portile2 (2.1.0) | |
minitest (5.10.1) | |
nokogiri (1.7.0.1) | |
mini_portile2 (~> 2.1.0) | |
orm_adapter (0.5.0) | |
rack (1.6.5) | |
rack-test (0.6.3) | |
rack (>= 1.0) | |
rails (4.2.7.1) | |
actionmailer (= 4.2.7.1) | |
actionpack (= 4.2.7.1) | |
actionview (= 4.2.7.1) | |
activejob (= 4.2.7.1) | |
activemodel (= 4.2.7.1) | |
activerecord (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.2.7.1) | |
sprockets-rails | |
rails-deprecated_sanitizer (1.0.3) | |
activesupport (>= 4.2.0.alpha) | |
rails-dom-testing (1.0.8) | |
activesupport (>= 4.2.0.beta, < 5.0) | |
nokogiri (~> 1.6) | |
rails-deprecated_sanitizer (>= 1.0.1) | |
rails-html-sanitizer (1.0.3) | |
loofah (~> 2.0) | |
railties (4.2.7.1) | |
actionpack (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (12.0.0) | |
responders (2.3.0) | |
railties (>= 4.2.0, < 5.1) | |
rspec-core (3.4.4) | |
rspec-support (~> 3.4.0) | |
rspec-expectations (3.4.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.4.0) | |
rspec-mocks (3.4.1) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.4.0) | |
rspec-rails (3.4.2) | |
actionpack (>= 3.0, < 4.3) | |
activesupport (>= 3.0, < 4.3) | |
railties (>= 3.0, < 4.3) | |
rspec-core (~> 3.4.0) | |
rspec-expectations (~> 3.4.0) | |
rspec-mocks (~> 3.4.0) | |
rspec-support (~> 3.4.0) | |
rspec-support (3.4.1) | |
sprockets (3.7.1) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.2.0) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
thor (0.19.4) | |
thread_safe (0.3.6) | |
tzinfo (1.2.2) | |
thread_safe (~> 0.1) | |
warden (1.2.7) | |
rack (>= 1.0) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
devise (~> 3.5.0) | |
rails (~> 4.2.7.1) | |
rspec-rails (~> 3.4.0) | |
BUNDLED WITH | |
1.14.5 |
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
source 'https://rubygems.org' | |
gem 'rails', '~> 4.2.7.1' | |
gem 'devise', '~> 3.5.0' | |
gem 'rspec-rails', '~> 3.4.0' |
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
source 'https://rubygems.org' | |
gem 'rails', '~> 4.2.7.1' | |
gem 'devise', '~> 3.5.0' | |
gem 'rspec-rails', '~> 3.5.0' |
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
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.2.7.1) | |
actionpack (= 4.2.7.1) | |
actionview (= 4.2.7.1) | |
activejob (= 4.2.7.1) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
actionpack (4.2.7.1) | |
actionview (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
rack (~> 1.6) | |
rack-test (~> 0.6.2) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 1.0, >= 1.0.5) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activejob (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
globalid (>= 0.3.0) | |
activemodel (4.2.7.1) | |
activesupport (= 4.2.7.1) | |
builder (~> 3.1) | |
activerecord (4.2.7.1) | |
activemodel (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
arel (~> 6.0) | |
activesupport (4.2.7.1) | |
i18n (~> 0.7) | |
json (~> 1.7, >= 1.7.7) | |
minitest (~> 5.1) | |
thread_safe (~> 0.3, >= 0.3.4) | |
tzinfo (~> 1.1) | |
arel (6.0.4) | |
bcrypt (3.1.11) | |
builder (3.2.3) | |
concurrent-ruby (1.0.5) | |
devise (3.5.10) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 3.2.6, < 5) | |
responders | |
thread_safe (~> 0.1) | |
warden (~> 1.2.3) | |
diff-lcs (1.3) | |
erubis (2.7.0) | |
globalid (0.3.7) | |
activesupport (>= 4.1.0) | |
i18n (0.8.1) | |
json (1.8.6) | |
loofah (2.0.3) | |
nokogiri (>= 1.5.9) | |
mail (2.6.4) | |
mime-types (>= 1.16, < 4) | |
mime-types (3.1) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2016.0521) | |
mini_portile2 (2.1.0) | |
minitest (5.10.1) | |
nokogiri (1.7.0.1) | |
mini_portile2 (~> 2.1.0) | |
orm_adapter (0.5.0) | |
rack (1.6.5) | |
rack-test (0.6.3) | |
rack (>= 1.0) | |
rails (4.2.7.1) | |
actionmailer (= 4.2.7.1) | |
actionpack (= 4.2.7.1) | |
actionview (= 4.2.7.1) | |
activejob (= 4.2.7.1) | |
activemodel (= 4.2.7.1) | |
activerecord (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.2.7.1) | |
sprockets-rails | |
rails-deprecated_sanitizer (1.0.3) | |
activesupport (>= 4.2.0.alpha) | |
rails-dom-testing (1.0.8) | |
activesupport (>= 4.2.0.beta, < 5.0) | |
nokogiri (~> 1.6) | |
rails-deprecated_sanitizer (>= 1.0.1) | |
rails-html-sanitizer (1.0.3) | |
loofah (~> 2.0) | |
railties (4.2.7.1) | |
actionpack (= 4.2.7.1) | |
activesupport (= 4.2.7.1) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (12.0.0) | |
responders (2.3.0) | |
railties (>= 4.2.0, < 5.1) | |
rspec-core (3.4.4) | |
rspec-support (~> 3.4.0) | |
rspec-expectations (3.4.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.4.0) | |
rspec-mocks (3.4.1) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.4.0) | |
rspec-rails (3.4.2) | |
actionpack (>= 3.0, < 4.3) | |
activesupport (>= 3.0, < 4.3) | |
railties (>= 3.0, < 4.3) | |
rspec-core (~> 3.4.0) | |
rspec-expectations (~> 3.4.0) | |
rspec-mocks (~> 3.4.0) | |
rspec-support (~> 3.4.0) | |
rspec-support (3.4.1) | |
sprockets (3.7.1) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.2.0) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
thor (0.19.4) | |
thread_safe (0.3.6) | |
tzinfo (1.2.2) | |
thread_safe (~> 0.1) | |
warden (1.2.7) | |
rack (>= 1.0) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
devise (~> 3.5.0) | |
rails (~> 4.2.7.1) | |
rspec-rails (~> 3.4.0) | |
BUNDLED WITH | |
1.14.5 |
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
Fredericks-MBP:new_projcet fred$ bundle update rspec-rails | |
Fetching gem metadata from https://rubygems.org/.......... | |
Fetching version metadata from https://rubygems.org/.. | |
Fetching dependency metadata from https://rubygems.org/. | |
Resolving dependencies... | |
Bundler could not find compatible versions for gem "activesupport": | |
In Gemfile: | |
devise (~> 3.5.0) was resolved to 3.5.10, which depends on | |
railties (< 5, >= 3.2.6) was resolved to 3.2.6, which depends on | |
actionpack (= 3.2.6) was resolved to 3.2.6, which depends on | |
rails-dom-testing (~> 2.0) was resolved to 2.0.2, which depends on | |
activesupport (< 6.0, >= 4.2.0) | |
devise (~> 3.5.0) was resolved to 3.5.10, which depends on | |
railties (< 5, >= 3.2.6) was resolved to 3.2.6, which depends on | |
activesupport (= 5.0.2) | |
devise (~> 3.5.0) was resolved to 3.5.10, which depends on | |
railties (< 5, >= 3.2.6) was resolved to 3.2.6, which depends on | |
activesupport (= 5.0.2) | |
devise (~> 3.5.0) was resolved to 3.5.10, which depends on | |
railties (< 5, >= 3.2.6) was resolved to 3.2.6, which depends on | |
activesupport (= 3.2.6) | |
devise (~> 3.5.0) was resolved to 3.5.10, which depends on | |
railties (< 5, >= 3.2.6) was resolved to 3.2.6, which depends on | |
activesupport (= 3.2.6) | |
rspec-rails (~> 3.5.0) was resolved to 3.5.2, which depends on | |
activesupport (>= 3.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment