Files
old-ribica/front-api/Gemfile.lock

138 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

2015-01-22 06:38:48 +01:00
GEM
remote: https://rubygems.org/
specs:
2015-09-26 11:58:01 +02:00
activemodel (4.2.4)
activesupport (= 4.2.4)
2015-01-22 06:38:48 +01:00
builder (~> 3.1)
2015-09-26 11:58:01 +02:00
activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
2015-01-22 06:38:48 +01:00
arel (~> 6.0)
2015-09-26 11:58:01 +02:00
activerecord-jdbc-adapter (1.3.18)
2015-01-22 06:38:48 +01:00
activerecord (>= 2.2)
2015-09-26 11:58:01 +02:00
activerecord-jdbcpostgresql-adapter (1.3.18)
activerecord-jdbc-adapter (~> 1.3.18)
2015-01-22 06:38:48 +01:00
jdbc-postgres (>= 9.1)
2015-09-26 11:58:01 +02:00
activesupport (4.2.4)
2015-01-22 06:38:48 +01:00
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
2015-09-26 11:58:01 +02:00
addressable (2.3.8)
arel (6.0.3)
backports (3.6.6)
2015-02-20 06:55:18 +01:00
bcrypt (3.1.10)
bcrypt (3.1.10-java)
2015-11-11 19:46:23 +01:00
bcrypt (3.1.10-x64-mingw32)
2015-01-22 06:38:48 +01:00
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
2015-09-26 11:58:01 +02:00
elasticsearch (1.0.13)
elasticsearch-api (= 1.0.13)
elasticsearch-transport (= 1.0.13)
elasticsearch-api (1.0.13)
multi_json
2015-09-26 11:58:01 +02:00
elasticsearch-transport (1.0.13)
faraday
multi_json
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
2015-09-26 11:58:01 +02:00
ffi (1.9.10)
ffi (1.9.10-java)
2015-11-11 19:46:23 +01:00
ffi (1.9.10-x64-mingw32)
2015-09-26 11:58:01 +02:00
hitimes (1.2.3)
hitimes (1.2.3-java)
2015-01-22 06:38:48 +01:00
i18n (0.7.0)
2015-09-26 11:58:01 +02:00
jdbc-postgres (9.4.1200)
jruby-openssl (0.9.11-java)
json (1.8.3)
2015-11-11 19:46:23 +01:00
json (1.8.3-java)
2015-09-26 11:58:01 +02:00
listen (2.10.1)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
2015-09-21 06:31:52 +02:00
mime-types (2.6.2)
2015-09-26 11:58:01 +02:00
minitest (5.8.0)
multi_json (1.11.2)
multipart-post (2.0.0)
2015-09-21 06:31:52 +02:00
netrc (0.10.3)
2015-09-26 11:58:01 +02:00
oauth (0.4.7)
pg (0.18.3)
puma (2.14.0)
puma (2.14.0-java)
rack (1.6.4)
2015-01-22 06:38:48 +01:00
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
2015-09-26 11:58:01 +02:00
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rerun (0.10.0)
listen (~> 2.7, >= 2.7.3)
2015-09-26 11:58:01 +02:00
rest-client (1.7.3)
2015-09-21 06:31:52 +02:00
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
2015-11-11 19:46:23 +01:00
rest-client (1.7.3-x64-mingw32)
ffi (~> 1.9)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
2015-09-26 11:58:01 +02:00
ruby-trello (1.2.1)
activemodel (>= 3.2.0)
addressable (~> 2.3)
json
oauth (~> 0.4.5)
rest-client (~> 1.7.2)
2015-09-21 06:31:52 +02:00
sendgrid-ruby (0.0.3)
rest-client
smtpapi
2015-09-26 11:58:01 +02:00
sinatra (1.4.6)
2015-01-22 06:38:48 +01:00
rack (~> 1.4)
rack-protection (~> 1.4)
2015-09-26 11:58:01 +02:00
tilt (>= 1.3, < 3)
sinatra-activerecord (2.0.8)
2015-01-22 06:38:48 +01:00
activerecord (>= 3.2)
sinatra (~> 1.0)
2015-09-26 11:58:01 +02:00
sinatra-contrib (1.4.6)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
2015-09-26 11:58:01 +02:00
tilt (>= 1.3, < 3)
2015-09-21 06:31:52 +02:00
smtpapi (0.1.0)
2015-09-26 11:58:01 +02:00
thread_safe (0.3.5)
2015-11-11 19:46:23 +01:00
thread_safe (0.3.5-java)
2015-09-26 11:58:01 +02:00
tilt (2.0.1)
timers (4.0.4)
hitimes
2015-01-22 06:38:48 +01:00
tzinfo (1.2.2)
thread_safe (~> 0.1)
xxhash (0.3.0)
2015-01-22 06:38:48 +01:00
PLATFORMS
java
ruby
2015-11-11 19:46:23 +01:00
x64-mingw32
2015-01-22 06:38:48 +01:00
DEPENDENCIES
activerecord
activerecord-jdbcpostgresql-adapter
2015-02-20 06:55:18 +01:00
bcrypt (~> 3.1.7)
elasticsearch
2015-01-22 06:38:48 +01:00
jruby-openssl
json
pg
puma
rerun
2015-09-26 11:58:01 +02:00
ruby-trello
2015-09-21 06:31:52 +02:00
sendgrid-ruby
2015-01-22 06:38:48 +01:00
sinatra
sinatra-activerecord
sinatra-contrib
xxhash (~> 0.3.0)
BUNDLED WITH
2015-11-11 19:46:23 +01:00
1.10.6