frankfurter/Gemfile.lock
Hakan Ensari cfbb4ac4ac Repack app
I'm moving my company's server to a private location now that I have sold the domain. While prepping for this, I've done some cleanup and also threw in changes I had lingering on my hard drive.

- Run a single database query instead of two
- Fold the gem into the app and use Ox instead of REXML
- Simplify error handling logic
- Relax throttling
2018-03-08 23:51:36 +00:00

98 lines
1.8 KiB
Plaintext

GEM
remote: http://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
coderay (1.1.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
et-orbi (1.0.9)
tzinfo
hashdiff (0.3.7)
kgio (2.11.2)
method_source (0.9.0)
minitest (5.11.3)
minitest-around (0.4.1)
minitest (~> 5.0)
mustermann (1.0.2)
oj (3.5.0)
ox (2.8.4)
parallel (1.12.1)
parser (2.5.0.3)
ast (~> 2.4.0)
pg (1.0.0)
powerpack (0.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
rack (2.0.4)
rack-cors (1.0.2)
rack-protection (2.0.1)
rack
rack-test (0.8.3)
rack (>= 1.0, < 3)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.0)
rubocop (0.53.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
rufus-scheduler (3.4.2)
et-orbi (~> 1.0)
safe_yaml (1.0.4)
sequel (5.6.0)
sequel_pg (1.8.1)
pg (>= 0.18.0)
sequel (>= 4.34.0)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
unicorn (5.4.0)
kgio (~> 2.6)
raindrops (~> 0.7)
vcr (4.0.0)
webmock (3.3.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
DEPENDENCIES
minitest
minitest-around
oj
ox
pry
rack-cors
rack-test
rake
rubocop
rufus-scheduler
sequel_pg
sinatra
unicorn
vcr
webmock
RUBY VERSION
ruby 2.5.0p0
BUNDLED WITH
1.16.1