Skip to content

Instantly share code, notes, and snippets.

@naag
Last active August 29, 2015 14:15
Show Gist options
  • Save naag/13b85839fe978d92e71a to your computer and use it in GitHub Desktop.
Save naag/13b85839fe978d92e71a to your computer and use it in GitHub Desktop.
$ bundle list
Gems included by the bundle:
* actionmailer (4.2.0)
* actionpack (4.2.0)
* actionview (4.2.0)
* activejob (4.2.0)
* activemodel (4.2.0)
* activerecord (4.2.0)
* activerecord-sqlserver-adapter (4.2.3)
* activesupport (4.2.0)
* arel (6.0.0)
* builder (3.2.2)
* bundler (1.7.6)
* erubis (2.7.0)
* globalid (0.3.3)
* hike (1.2.3)
* i18n (0.7.0)
* json (1.8.2)
* loofah (2.0.1)
* mail (2.6.3)
* mime-types (2.4.3)
* mini_portile (0.6.2)
* minitest (5.5.1)
* multi_json (1.10.1)
* nokogiri (1.6.6.2)
* rack (1.6.0)
* rack-test (0.6.3)
* rails (4.2.0)
* rails-deprecated_sanitizer (1.0.3)
* rails-dom-testing (1.0.5)
* rails-html-sanitizer (1.0.1)
* railties (4.2.0)
* rake (10.4.2)
* sprockets (2.12.3)
* sprockets-rails (2.2.4)
* thor (0.19.1)
* thread_safe (0.3.4)
* tilt (1.4.1)
* tiny_tds (0.6.3 ed4e43e)
* tzinfo (1.2.2)
$ ruby --version
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
$ dpkg -l | fgrep tds
ii freetds-common 0.91-5 all configuration files for FreeTDS SQL client libraries
ii freetds-dev 0.91-5 amd64 MS SQL and Sybase client library (static libs and headers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment