Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
minitest (4.7.5)
multi_json (1.10.1)
pg (0.17.1)
rake (0.9.2.2)
rake (13.0.6)
rdoc (3.12)
json (~> 1.4)
rspec (2.5.0)
Expand All @@ -46,7 +46,6 @@ GEM
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
sqlite3 (1.3.11)
thor (0.20.3)
thread_safe (0.3.4)
tzinfo (0.3.42)
Expand All @@ -61,10 +60,9 @@ DEPENDENCIES
i18n
iconv (~> 1.0.4)
pg (~> 0.17.1)
rake (< 11)
rake (< 14)
rdoc (~> 3.12)
rspec (~> 2.0)
sqlite3 (~> 1.3.4)
validates_lengths_from_database!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion validates_lengths_from_database.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

# rspec 2 relies rake < 11 for the `last_comment` method
# https://stackoverflow.com/a/35893625
s.add_development_dependency("rake", ["< 11"])
s.add_development_dependency("rake", "< 14")

# I'm not sure why this isn't installed along with activesupport,
# but for whatever reason running `bundle install` doesn't install
Expand Down