Skip to content

Instantly share code, notes, and snippets.

@handelaar
Created February 4, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handelaar/d7ed1ba756303aba7d32 to your computer and use it in GitHub Desktop.
Save handelaar/d7ed1ba756303aba7d32 to your computer and use it in GitHub Desktop.
genghis@mygov:~/sites/publicwhip$ bundle install
Fetching source index from https://rubygems.org/
Using rake 10.4.0
Using i18n 0.6.11
Using json 1.8.1
Using minitest 5.4.3
Using thread_safe 0.3.4
Using tzinfo 1.2.2
Using activesupport 4.1.8
Using builder 3.2.2
Using erubis 2.7.0
Using actionview 4.1.8
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.1.8
Using mime-types 2.4.3
Using mail 2.6.3
Using actionmailer 4.1.8
Using activemodel 4.1.8
Using arel 5.0.1.20140414130214
Using activerecord 4.1.8
Using addressable 2.3.6
Gem::InstallError: attribute-defaults requires Ruby version >= 2.0.0.
An error occurred while installing attribute-defaults (0.7.0), and Bundler cannot continue.
Make sure that `gem install attribute-defaults -v '0.7.0'` succeeds before bundling.
genghis@mygov:~/sites/publicwhip$ gem install attribute-defaults -v '0.7.0'
warning: ignoring extraneous `ruby-' prefix in version `ruby-2.0.0-p353'
(set by /home/genghis/sites/publicwhip/.ruby-version)
Successfully installed attribute-defaults-0.7.0
Parsing documentation for attribute-defaults-0.7.0
1 gem installed
genghis@mygov:~/sites/publicwhip$ bundle install
Fetching source index from https://rubygems.org/
Using rake 10.4.0
Using i18n 0.6.11
Using json 1.8.1
Using minitest 5.4.3
Using thread_safe 0.3.4
Using tzinfo 1.2.2
Using activesupport 4.1.8
Using builder 3.2.2
Using erubis 2.7.0
Using actionview 4.1.8
Using rack 1.5.2
Using rack-test 0.6.2
Using actionpack 4.1.8
Using mime-types 2.4.3
Using mail 2.6.3
Using actionmailer 4.1.8
Using activemodel 4.1.8
Using arel 5.0.1.20140414130214
Using activerecord 4.1.8
Using addressable 2.3.6
Gem::InstallError: attribute-defaults requires Ruby version >= 2.0.0.
An error occurred while installing attribute-defaults (0.7.0), and Bundler cannot continue.
Make sure that `gem install attribute-defaults -v '0.7.0'` succeeds before bundling.
genghis@mygov:~/sites/publicwhip$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment