Skip to content

Instantly share code, notes, and snippets.

View mickro's full-sized avatar

mickael foucaux mickro

View GitHub Profile
GIT
remote: git://github.com/globalize/globalize.git
revision: b228455065888d91fd2aca6340dd7ef3d8d5c92e
specs:
globalize (5.1.0.beta2)
activemodel (>= 4.2, < 5.2)
activerecord (>= 4.2, < 5.2)
request_store (~> 1.0)
GIT
source 'https://rubygems.org'
ruby '>= 2.4.1'
gem 'rails', '~> 5.0.5'
gem 'pg', '~> 0.19.0'
gem 'config', '~> 1.3.0'
gem 'kaminari', '~> 0.17.0'
# TODO slim-rails bug in testing with 3.1.2
gem 'paperclip', '~> 4.3.7'