Skip to content

Commit

Permalink
Depend on railslts-version 2.3.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
foobear committed Jan 31, 2014
1 parent 79e92c6 commit a279f8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ gem 'rack', '=1.1.0'
gem 'pg', '=0.9.0'
gem 'nokogiri', '1.3.3'
gem 'libxml-ruby', '=1.1.4'

# This is for running tests only. Update via "bundle update rails-version".
gem 'railslts-version'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GEM
nokogiri (1.3.3)
pg (0.9.0)
rack (1.1.0)
railslts-version (2.3.18.6)
rake (0.8.7)
rdoc (2.5.11)
sqlite3 (1.3.7)
Expand All @@ -24,6 +25,7 @@ DEPENDENCIES
nokogiri (= 1.3.3)
pg (= 0.9.0)
rack (= 1.1.0)
railslts-version
rake (= 0.8.7)
rdoc (= 2.5.11)
sqlite3 (= 1.3.7)
1 change: 1 addition & 0 deletions railties/railties.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', '= 2.3.18'
s.add_dependency 'actionmailer', '= 2.3.18'
s.add_dependency 'activeresource', '= 2.3.18'
s.add_dependency 'railslts-version', '= 2.3.18.6'
end

0 comments on commit a279f8b

Please sign in to comment.