Skip to content

Commit

Permalink
lock authlogic to < 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbrioche committed Apr 14, 2014
1 parent 58397d6 commit 34a8e8e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source 'https://rubygems.org'
gem 'rails', '4.0.2'
gem 'protected_attributes', '>= 1.0.5'
gem 'kaminari', '0.13.0'
gem 'authlogic'
gem 'authlogic', '< 3.3.0'
gem 'cancan'
gem 'iq_rdf', '>= 0.1.13'
gem 'iq_triplestorage'
Expand Down
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ GEM
ansi (1.4.3)
apipie-rails (0.0.24)
rails (>= 3.0.10)
arel (4.0.1)
atomic (1.1.14)
authlogic (3.3.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
arel (4.0.2)
authlogic (3.2.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
awesome_print (1.2.0)
better_errors (1.0.1)
coderay (>= 1.0.0)
Expand Down Expand Up @@ -132,7 +131,7 @@ GEM
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (4.7.5)
multi_json (1.8.4)
multi_json (1.9.2)
multipart-post (1.2.0)
mysql2 (0.3.13)
nokogiri (1.6.0)
Expand Down Expand Up @@ -229,15 +228,14 @@ GEM
sxp (0.1.3)
json (>= 1.1.1)
thor (0.18.1)
thread_safe (0.1.3)
atomic
thread_safe (0.3.3)
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.39)
uglifier (2.3.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand All @@ -259,7 +257,7 @@ DEPENDENCIES
activerecord-jdbcmysql-adapter
activerecord-jdbcsqlite3-adapter
apipie-rails
authlogic
authlogic (< 3.3.0)
awesome_print
better_errors
binding_of_caller
Expand Down
2 changes: 1 addition & 1 deletion iqvoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rails', '~> 4.0.0'
s.add_dependency 'bundler'
s.add_dependency 'kaminari', '0.13.0'
s.add_dependency 'authlogic'
s.add_dependency 'authlogic', '< 3.3.0'
s.add_dependency 'cancan'
s.add_dependency 'iq_rdf', '>= 0.1.13'
s.add_dependency 'json'
Expand Down

0 comments on commit 34a8e8e

Please sign in to comment.