Skip to content

Commit

Permalink
Rails 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbrioche committed Jul 17, 2014
1 parent e1cdf00 commit 1dfb01e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source 'https://rubygems.org'
# TODO: The following dependencies could be included by the "gemspec" command.
# There is only one problem: gemspec puts the dependencies automatically to a
# group (:development by default). This is not what we need.
gem 'rails', '4.1.1'
gem 'rails', '4.1.3'
gem 'kaminari'
gem 'kaminari-bootstrap', '~> 3.0.1'
gem 'authlogic', '~> 3.4.2'
Expand Down
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
actionmailer (4.1.3)
actionpack (= 4.1.3)
actionview (= 4.1.3)
mail (~> 2.5.4)
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)
actionpack (4.1.3)
actionview (= 4.1.3)
activesupport (= 4.1.3)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.1)
activesupport (= 4.1.1)
actionview (4.1.3)
activesupport (= 4.1.3)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.1)
activesupport (= 4.1.1)
activemodel (4.1.3)
activesupport (= 4.1.3)
builder (~> 3.1)
activerecord (4.1.1)
activemodel (= 4.1.1)
activesupport (= 4.1.1)
activerecord (4.1.3)
activemodel (= 4.1.3)
activesupport (= 4.1.3)
arel (~> 5.0.0)
activerecord-jdbc-adapter (1.3.7)
activerecord (>= 2.2)
Expand All @@ -29,7 +29,7 @@ GEM
activerecord-jdbcsqlite3-adapter (1.3.7)
activerecord-jdbc-adapter (~> 1.3.7)
jdbc-sqlite3 (~> 3.7.2)
activesupport (4.1.1)
activesupport (4.1.3)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
hirb (~> 0.5)
unicode-display_width (~> 0.1.1)
htmlentities (4.3.1)
i18n (0.6.9)
i18n (0.6.11)
iq_rdf (0.1.15)
activesupport
builder
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.5.3)
minitest (5.3.4)
minitest (5.4.0)
multi_json (1.10.1)
multipart-post (2.0.0)
mysql2 (0.3.13)
Expand Down Expand Up @@ -179,15 +179,15 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.1)
actionmailer (= 4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
activemodel (= 4.1.1)
activerecord (= 4.1.1)
activesupport (= 4.1.1)
rails (4.1.3)
actionmailer (= 4.1.3)
actionpack (= 4.1.3)
actionview (= 4.1.3)
activemodel (= 4.1.3)
activerecord (= 4.1.3)
activesupport (= 4.1.3)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.1)
railties (= 4.1.3)
sprockets-rails (~> 2.0)
rails_12factor (0.0.2)
rails_serve_static_assets
Expand All @@ -196,9 +196,9 @@ GEM
rails (> 3.1)
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.1.1)
actionpack (= 4.1.1)
activesupport (= 4.1.1)
railties (4.1.3)
actionpack (= 4.1.3)
activesupport (= 4.1.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
Expand Down Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
pry-byebug (~> 1.1.2)
pry-rails
quiet_assets
rails (= 4.1.1)
rails (= 4.1.3)
rails_12factor
rails_autolink
sass-rails (~> 4.0.3)
Expand Down

0 comments on commit 1dfb01e

Please sign in to comment.