Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Jacobus committed Dec 21, 2017
1 parent 30b3cae commit 2aee79a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ gem 'mysql2'
gem 'net-ssh', '~> 2.9.2' # avoid build error
gem 'rails', '~> 4.2'
gem 'rake', '< 11.0'
gem 'recruiter', '~>1.1.17'
gem 'recruiter', '~>1.1.18'
gem 'sass-rails', '~> 5.0'
gem 'therubyracer', platforms: :ruby
gem 'uglifier', '>= 1.3.0'
gem 'yajl-ruby', '~> 1.2.3'

# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
Expand Down
39 changes: 21 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ GEM
bcrypt (3.1.11)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
blankslate (3.1.3)
builder (3.2.3)
capistrano (3.8.1)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -106,8 +107,9 @@ GEM
execjs (2.7.0)
faker (1.7.3)
i18n (~> 0.5)
faraday (0.11.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.0.11)
figaro (1.1.1)
thor (~> 0.14)
foundation-icons-sass-rails (3.0.0)
Expand All @@ -120,7 +122,7 @@ GEM
globalid (0.4.0)
activesupport (>= 4.2.0)
hashdiff (0.3.4)
hashie (3.5.5)
hashie (3.5.7)
htmlentities (4.3.4)
i18n (0.8.1)
jbuilder (2.6.4)
Expand Down Expand Up @@ -168,32 +170,30 @@ GEM
net-ssh (2.9.4)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
oauth2 (1.3.1)
faraday (>= 0.8, < 0.12)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.6.1)
omniauth (1.7.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-github (1.2.3)
omniauth-github (1.3.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-google_oauth2 (0.1.5)
omniauth (~> 1.0)
omniauth-oauth2
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
orm_adapter (0.5.0)
posix-spawn (0.3.13)
public_suffix (2.0.5)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
pygments.rb (0.2.13)
rubypython (~> 0.5.3)
rack (1.6.8)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rdoc (4.3.0)
recruiter (1.1.17)
recruiter (1.1.18)
devise
draper
foundation-icons-sass-rails
Expand All @@ -236,9 +236,10 @@ GEM
omniauth-facebook
omniauth-github
omniauth-google_oauth2
redcarpet (~> 3.2.0)
redcarpet (~> 3.4.0)
simple_form
redcarpet (3.2.3)
yajl-ruby (~> 1.3.1)
redcarpet (3.4.0)
ref (2.0.0)
request_store (1.3.2)
responders (2.4.0)
Expand All @@ -264,6 +265,9 @@ GEM
rspec-mocks (= 3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-support (3.0.0.beta2)
rubypython (0.5.3)
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
safe_yaml (1.0.4)
sass (3.4.23)
sass-rails (5.0.6)
Expand Down Expand Up @@ -325,7 +329,7 @@ GEM
hashdiff
xpath (2.0.0)
nokogiri (~> 1.3)
yajl-ruby (1.2.3)
yajl-ruby (1.3.1)

PLATFORMS
ruby
Expand Down Expand Up @@ -354,7 +358,7 @@ DEPENDENCIES
rack-timeout
rails (~> 4.2)
rake (< 11.0)
recruiter (~> 1.1.17)
recruiter (~> 1.1.18)
rspec-rails (= 3.0.0.beta2)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
Expand All @@ -366,7 +370,6 @@ DEPENDENCIES
uglifier (>= 1.3.0)
web-console (~> 2.0)
webmock
yajl-ruby (~> 1.2.3)

BUNDLED WITH
1.15.4

0 comments on commit 2aee79a

Please sign in to comment.