Skip to content

Commit

Permalink
Merge pull request #64 from jamesbrink/master
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
doomspork committed Oct 7, 2014
2 parents 471c6f7 + 2f4308f commit 651a6e0
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 51 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Barcoded
#
# VERSION 1.0
# VERSION 1.1.0

FROM ubuntu:14.04
FROM ubuntu:14.04.1
MAINTAINER Sean Callan, James Brink

# Make sure the package repository is up to date
RUN apt-get update

RUN apt-get dist-upgrade -y
# Ruby is required to build Ruby 2.1.2
RUN apt-get install -y wget curl ruby
RUN apt-get install -y imagemagick libmagickcore-dev libmagickwand-dev
Expand Down
22 changes: 13 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
source 'https://rubygems.org'

gem 'activesupport', '~> 4.1.1'
gem 'barby', '~> 0.6.1'
gem 'builder', '~> 3.2.2'
gem 'rmagick', '2.13.2', require: false
gem 'activesupport'
gem 'barby'
gem 'builder'
gem 'rmagick', require: false
gem 'rqrcode'
gem 'sinatra', '~> 1.4.5'
gem "sinatra-cross_origin", "~> 0.3.1"
gem 'sinatra-contrib', '~> 1.4.2'
gem 'sinatra'
gem 'sinatra-cross_origin'
gem 'sinatra-contrib'

group :development, :test do
gem 'icepick', '~> 1.1.1'
gem 'icepick'
gem 'rake'
end

Expand All @@ -19,5 +19,9 @@ group :test do
gem 'rack-test'
gem 'rr'
gem 'rspec'
gem 'simplecov', '~> 0.7', require: false
gem 'simplecov', require: false
end

group :production do
gem 'unicorn', '~> 4.8.3'
end
89 changes: 51 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.1)
activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
awesome_print (1.2.0)
backports (3.6.0)
backports (3.6.1)
barby (0.6.1)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand All @@ -17,9 +17,9 @@ GEM
columnize (~> 0.3)
debugger-linecache (~> 1.2)
coderay (1.1.0)
colorize (0.7.3)
colorize (0.6.0)
columnize (0.8.9)
coveralls (0.7.0)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
Expand All @@ -28,30 +28,32 @@ GEM
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
docile (1.1.3)
i18n (0.6.9)
icepick (1.1.1)
docile (1.1.5)
i18n (0.6.11)
icepick (1.1.0)
awesome_print (~> 1.2)
colorize (~> 0.7.2)
colorize (~> 0.6.0)
pry (~> 0.9.12)
pry-byebug (~> 1.3.2)
pry-doc (~> 0.6.0)
pry-doc (~> 0.4.6)
pry-stack_explorer (~> 0.4.9)
json (1.8.1)
kgio (2.9.2)
method_source (0.8.2)
mime-types (2.3)
minitest (5.3.4)
minitest (5.4.1)
multi_json (1.10.1)
netrc (0.7.7)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry-byebug (1.3.2)
byebug (~> 2.7)
pry (~> 0.9.12)
pry-doc (0.6.0)
pry (~> 0.9)
yard (~> 0.8)
pry-doc (0.4.6)
pry (>= 0.9)
yard (>= 0.8)
pry-stack_explorer (0.4.9.1)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
Expand All @@ -60,23 +62,29 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
raindrops (0.13.0)
rake (10.3.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rmagick (2.13.2)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rmagick (2.13.3)
rqrcode (0.4.2)
rr (1.1.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
simplecov (0.8.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.4)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.2)
rspec-support (~> 3.1.0)
rspec-support (3.1.1)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.4.5)
Expand All @@ -91,33 +99,38 @@ GEM
sinatra (~> 1.4.0)
tilt (~> 1.3)
sinatra-cross_origin (0.3.2)
slop (3.5.0)
slop (3.6.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tins (1.3.0)
tzinfo (1.2.0)
tins (1.3.3)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
yard (0.8.7.4)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 4.1.1)
barby (~> 0.6.1)
builder (~> 3.2.2)
activesupport
barby
builder
coveralls
icepick (~> 1.1.1)
icepick
rack-test
rake
rmagick (= 2.13.2)
rmagick
rqrcode
rr
rspec
simplecov (~> 0.7)
sinatra (~> 1.4.5)
sinatra-contrib (~> 1.4.2)
sinatra-cross_origin (~> 0.3.1)
simplecov
sinatra
sinatra-contrib
sinatra-cross_origin
unicorn (~> 4.8.3)
2 changes: 1 addition & 1 deletion docker-scripts/start-barcoded.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This script is the entry point for the Docker container
if /usr/local/docker-scripts/edit-unicorn-config.rb; then
cd /app/ && unicorn -c /app/config/unicorn.rb -E $RACK_ENV
cd /app/ && bundle exec unicorn -c /app/config/unicorn.rb -E $RACK_ENV
fi

0 comments on commit 651a6e0

Please sign in to comment.