Skip to content

Instantly share code, notes, and snippets.

@rlisowski
Created February 16, 2015 08:19
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 rlisowski/b8419c1424944fa2173d to your computer and use it in GitHub Desktop.
Save rlisowski/b8419c1424944fa2173d to your computer and use it in GitHub Desktop.
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem activerecord-jdbcmysql-adapter (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Using multi_json 1.10.1
Using rake 10.1.1
Using i18n 0.6.11
Using builder 3.0.4
Using journey 1.0.4
Using erubis 2.7.0
Using rack 1.4.5
Using tilt 1.4.1
Using hike 1.2.3
Using mime-types 1.25.1
Using polyglot 0.3.5
Using arel 3.0.3
Using bundler 1.7.12
Using awesome_print 1.6.1
Using ffi 1.9.6
Using coderay 1.1.0
Installing mini_portile 0.6.2
Using innertube 1.1.0
Using json 1.8.2
Using thor 0.19.1
Using metaclass 0.0.4
Using method_source 0.8.2
Using middleware 0.1.0
Using mysql2 0.3.17
Using net-ldap 0.3.1
Using slop 3.6.0
Using ruby-openid 2.3.0
Installing hirb 0.7.3
Using redcarpet 2.3.0
Using request_store 1.0.5
Using riddle 1.5.11
Using rmagick 2.13.4
Installing tzinfo 0.3.43
Using websocket 1.2.1
Using shoulda-context 1.0.2
Using yard 0.8.7.6
Using activesupport 3.2.21
Using treetop 1.4.15
Using rack-cache 1.2
Using rack-test 0.6.3
Using sprockets 2.2.3
Using rack-ssl 1.3.4
Using childprocess 0.5.5
Installing rubyzip 1.1.7
Using rdoc 3.12.2
Using mocha 1.0.0
Using pry 0.10.1
Using rack-openid 1.4.2
Using activemodel 3.2.21
Using shoulda-matchers 1.4.1
Using mail 2.5.4
Using selenium-webdriver 2.44.0
Using actionpack 3.2.21
Using activerecord 3.2.21
Using activeresource 3.2.21
Using shoulda 3.3.2
Using actionmailer 3.2.21
Using railties 3.2.21
Using joiner 0.2.0
Using jquery-rails 3.1.2
Using rails 3.2.21
Installing thinking-sphinx 3.1.3
Installing rbpdf 1.18.5
Installing nokogiri 1.6.6.2
Using xpath 2.0.0
Using capybara 2.4.4
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment