Skip to content

Commit

Permalink
Rails update
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Jul 22, 2014
1 parent fd255d3 commit 5dd1ec1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Core #
########

gem 'rails', '3.2.17'
gem 'rails', '3.2.19'
gem 'omniauth-github', '~> 1.0.1'
gem 'rake', '~> 10.1.1'
gem 'json', '~> 1.7.7'
Expand Down
62 changes: 31 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.17)
actionpack (= 3.2.17)
actionmailer (3.2.19)
actionpack (= 3.2.19)
mail (~> 2.5.4)
actionpack (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
actionpack (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.17)
activesupport (= 3.2.17)
activemodel (3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
activerecord (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
activerecord (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
activesupport (3.2.17)
activeresource (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts-as-taggable-on (2.3.3)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
highline (1.6.15)
hike (1.2.3)
httpauth (0.2.0)
i18n (0.6.9)
i18n (0.6.11)
journey (1.0.4)
jquery-rails (2.2.1)
railties (>= 3.0, < 5.0)
Expand All @@ -133,7 +133,7 @@ GEM
redcarpet (>= 2.0.0)
mime-types (1.25.1)
minitest (4.6.1)
multi_json (1.8.4)
multi_json (1.10.1)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
Expand All @@ -160,25 +160,25 @@ GEM
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
pg (0.14.1)
polyglot (0.3.4)
polyglot (0.3.5)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.17)
actionmailer (= 3.2.17)
actionpack (= 3.2.17)
activerecord (= 3.2.17)
activeresource (= 3.2.17)
activesupport (= 3.2.17)
rails (3.2.19)
actionmailer (= 3.2.19)
actionpack (= 3.2.19)
activerecord (= 3.2.19)
activeresource (= 3.2.19)
activesupport (= 3.2.19)
bundler (~> 1.0)
railties (= 3.2.17)
railties (3.2.17)
actionpack (= 3.2.17)
activesupport (= 3.2.17)
railties (= 3.2.19)
railties (3.2.19)
actionpack (= 3.2.19)
activesupport (= 3.2.19)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -211,14 +211,14 @@ GEM
therubyracer (0.11.3)
libv8 (~> 3.11.8.12)
ref
thor (0.18.1)
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turn (0.9.6)
ansi
tzinfo (0.3.38)
tzinfo (0.3.40)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -255,7 +255,7 @@ DEPENDENCIES
nokogiri (~> 1.5.11)
omniauth-github (~> 1.0.1)
pg
rails (= 3.2.17)
rails (= 3.2.19)
rainbow
rake (~> 10.1.1)
redcarpet (= 2.1)
Expand Down

0 comments on commit 5dd1ec1

Please sign in to comment.