Skip to content

Commit

Permalink
minor updates to clearance
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Sep 24, 2015
1 parent 7df467a commit 6ec5f38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Authentication_with_Clearance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
activerecord (>= 3.2, <= 4.3)
rake (~> 10.4)
arel (6.0.3)
autoprefixer-rails (5.2.1.3)
autoprefixer-rails (6.0.3)
execjs
json
bcrypt (3.1.10-x86-mingw32)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
jquery-rails (4.0.4)
jquery-rails (4.0.5)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -85,12 +85,12 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
mime-types (2.6.2)
mini_portile (0.6.2)
minitest (5.8.0)
minitest (5.8.1)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
pg (0.18.2-x86-mingw32)
pg (0.18.3-x86-mingw32)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -125,26 +125,26 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
sass (3.4.18)
sass-rails (5.0.3)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
sprockets (3.3.3)
tilt (>= 1.1, < 3)
sprockets (3.3.4)
rack (~> 1.0)
sprockets-rails (2.3.2)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10-x86-mingw32)
thin (1.6.3)
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
eventmachine (~> 1.0, >= 1.0.4)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
tilt (2.0.1)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion Authentication_with_Clearance/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source code for the []() article on
Source code for the [Simple Rails Authentication with Clearance](http://www.sitepoint.com/simple-rails-authentication-with-clearance/) article on
SitePoint,
created by Ilya Bodrov ([radiant-wind.com](http://radiant-wind.com)).

Expand Down

0 comments on commit 6ec5f38

Please sign in to comment.