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

97 lines
2.0 KiB
Plaintext

GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activerecord (4.2.0)
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activerecord-jdbc-adapter (1.3.13)
activerecord (>= 2.2)
activerecord-jdbcpostgresql-adapter (1.3.13)
activerecord-jdbc-adapter (~> 1.3.13)
jdbc-postgres (>= 9.1)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.0)
backports (3.6.4)
bcrypt (3.1.10)
bcrypt (3.1.10-java)
builder (3.2.2)
celluloid (0.16.0)
timers (~> 4.0.0)
ffi (1.9.6)
ffi (1.9.6-java)
hitimes (1.2.2)
hitimes (1.2.2-java)
i18n (0.7.0)
jdbc-postgres (9.3.1102)
jruby-openssl (0.9.6-java)
json (1.8.1)
json (1.8.1-java)
listen (2.8.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
minitest (5.5.0)
multi_json (1.10.1)
pg (0.17.1)
puma (2.10.2)
rack (>= 1.1, < 2.0)
puma (2.10.2-java)
rack (>= 1.1, < 2.0)
rack (1.6.0)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rerun (0.10.0)
listen (~> 2.7, >= 2.7.3)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-activerecord (2.0.3)
activerecord (>= 3.2)
sinatra (~> 1.0)
sinatra-contrib (1.4.2)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (~> 1.3)
thread_safe (0.3.4)
thread_safe (0.3.4-java)
tilt (1.4.1)
timers (4.0.1)
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
java
ruby
DEPENDENCIES
activerecord
activerecord-jdbcpostgresql-adapter
bcrypt (~> 3.1.7)
jruby-openssl
json
pg
puma
rerun
sinatra
sinatra-activerecord
sinatra-contrib