Created
April 23, 2015 13:35
-
-
Save jcoyne/55380c308f96b7363e37 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
$ mkdir newproject | |
$ cd newproject/ | |
$ echo "source 'https://rubygems.org'" > Gemfile | |
$ echo "gem 'hydra', '7.2.0'" >> Gemfile | |
$ cat Gemfile | |
source 'https://rubygems.org' | |
gem 'hydra', '7.2.0' | |
$ bundle install | |
Fetching gem metadata from https://rubygems.org/.......... | |
Fetching version metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using rake 10.4.2 | |
Using i18n 0.7.0 | |
Using json 1.8.2 | |
Using minitest 5.6.0 | |
Using thread_safe 0.3.5 | |
Using tzinfo 1.2.2 | |
Using activesupport 4.2.1 | |
Using builder 3.2.2 | |
Using erubis 2.7.0 | |
Using mini_portile 0.6.2 | |
Using nokogiri 1.6.6.2 | |
Using rails-deprecated_sanitizer 1.0.3 | |
Using rails-dom-testing 1.0.6 | |
Using loofah 2.0.1 | |
Using rails-html-sanitizer 1.0.2 | |
Using actionview 4.2.1 | |
Using rack 1.6.0 | |
Using rack-test 0.6.3 | |
Using actionpack 4.2.1 | |
Using globalid 0.3.5 | |
Using activejob 4.2.1 | |
Using mime-types 2.4.3 | |
Using mail 2.6.3 | |
Using actionmailer 4.2.1 | |
Using activemodel 4.2.1 | |
Using deprecation 0.2.2 | |
Installing equivalent-xml 0.6.0 | |
Using link_header 0.0.8 | |
Using rdf 1.1.11 | |
Using json-ld 1.1.8 | |
Using rdf-aggregate-repo 1.1.0 | |
Using rdf-isomorphic 1.1.0 | |
Using rdf-json 1.1.2 | |
Using htmlentities 4.3.3 | |
Using rdf-xsd 1.1.3 | |
Using rdf-microdata 2.0.1 | |
Using rdf-n3 1.1.3 | |
Using tilt 1.4.1 | |
Using haml 4.0.6 | |
Using rdf-rdfa 1.1.6 | |
Using rdf-rdfxml 1.1.4 | |
Using sxp 0.1.5 | |
Using ebnf 0.3.7 | |
Using rdf-turtle 1.1.6 | |
Using rdf-reasoner 0.2.1 | |
Using addressable 2.3.8 | |
Using bcp47 0.3.3 | |
Using rdf-tabular 0.1.2 | |
Using rdf-trig 1.1.4 | |
Using rdf-trix 1.1.0 | |
Using rdf-vocab 0.8.0 | |
Using net-http-persistent 2.9.4 | |
Using sparql-client 1.1.4 | |
Using sparql 1.1.5 | |
Installing linkeddata 1.1.11.1 | |
Using active-triples 0.2.3 | |
Using nom-xml 0.5.2 | |
Using daemons 1.2.2 | |
Using stomp 1.3.4 | |
Using xml-simple 1.1.5 | |
Using solrizer 3.3.0 | |
Using om 3.1.0 | |
Using rsolr 1.0.12 | |
Using fastercsv 1.5.5 | |
Using uber 0.0.13 | |
Using hooks 0.3.6 | |
Using unf_ext 0.0.7.1 | |
Using unf 0.1.4 | |
Using domain_name 0.5.24 | |
Using http-cookie 1.0.2 | |
Using netrc 0.10.3 | |
Using rest-client 1.8.0 | |
Using rubydora 1.8.1 | |
Using active-fedora 7.1.2 | |
Using arel 6.0.0 | |
Using activerecord 4.2.1 | |
Using execjs 2.5.2 | |
Using autoprefixer-rails 5.1.11 | |
Using sass 3.4.13 | |
Using bootstrap-sass 3.3.4.1 | |
Using kaminari 0.16.3 | |
Using bundler 1.8.3 | |
Using thor 0.19.1 | |
Using railties 4.2.1 | |
Installing sprockets 3.0.2 | |
Using sprockets-rails 2.2.4 | |
Using rails 4.2.1 | |
Installing blacklight 5.9.4 | |
Using block_helpers 0.3.3 | |
Using cancancan 1.10.1 | |
Using ffi 1.9.8 | |
Using childprocess 0.5.6 | |
Using sass-rails 5.0.3 | |
Using hydra-access-controls 7.2.2 | |
Using logger 1.2.8 | |
Using jettywrapper 1.8.3 | |
Using hydra-core 7.2.2 | |
Using hydra-head 7.2.2 | |
Installing hydra 7.2.0 | |
Bundle complete! 1 Gemfile dependency, 99 gems now installed. | |
Use `bundle show [gemname]` to see where a bundled gem is installed. | |
$ ls | |
Gemfile Gemfile.lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment