Skip to content

Commit

Permalink
Update development dependencies: rails 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Dec 22, 2016
1 parent 7e69cf8 commit 7e0ef4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ appraise 'rails-4.2' do
end

appraise 'rails-5' do
gem 'rails', '5.0.0.1'
gem 'rails', '5.0.1'
end
2 changes: 1 addition & 1 deletion config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

# Testing
s.add_development_dependency 'appraisal', '~> 2.1', '>= 2.1.0'
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.0.1'
s.add_development_dependency 'rails', '~> 5.0', '>= 5.0.1'
s.add_development_dependency 'rspec', '~> 3.5', '>= 3.5.0'
s.add_development_dependency 'rspec-rails', '~> 3.5', '>= 3.5.2'
s.add_development_dependency 'test-unit', '~> 3.2', '>= 3.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "5.0.0.1"
gem "rails", "5.0.1"

gemspec :path => "../"

0 comments on commit 7e0ef4d

Please sign in to comment.