Skip to content

Instantly share code, notes, and snippets.

View asn's full-sized avatar

Axel Sachmann asn

  • Cologne / Germany
View GitHub Profile
@asn
asn / gist:290c1dbf90d02b83ac95
Created October 7, 2014 05:23
websocket-rails gemfile
source 'https://rubygems.org'
ruby '2.1.1'
gem 'rails', '4.1.1'
gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
@asn
asn / gist:4cf41e0ac56ce2a39c04
Created October 7, 2014 05:01
websocket-rails gemfile.lock
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
mail (~> 2.5.4)
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)