Skip to content

Commit

Permalink
Appraisals,Gemfile,circle: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jan 30, 2018
1 parent 7e5fe7a commit 9c0125e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appraise 'rails-3.2' do
gem 'rails', '~> 3.2.22'
gem 'rails', '~> 3.2.22.5'
gem 'warden', '~> 1.2.3'

gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.18', platforms: :jruby
Expand Down Expand Up @@ -27,7 +27,7 @@ appraise 'rails-4.0' do
end

appraise 'rails-4.1' do
gem 'rails', '~> 4.1.13'
gem 'rails', '~> 4.1.16'
gem 'warden', '~> 1.2.3'

gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.18', platforms: :jruby
Expand All @@ -42,7 +42,7 @@ appraise 'rails-4.1' do
end

appraise 'rails-4.2' do
gem 'rails', '~> 4.2.4'
gem 'rails', '~> 4.2.10'
gem 'warden', '~> 1.2.3'

gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.18', platforms: :jruby
Expand All @@ -59,7 +59,7 @@ end
# Rails 5+ supports only modern Rubies (2.2.2+)
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.2.2')
appraise 'rails-5.0' do
gem 'rails', '~> 5.0.0'
gem 'rails', '~> 5.0.6'
gem 'warden', '~> 1.2.6'
gem 'rack', '~> 2.0'

Expand All @@ -75,7 +75,7 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.2.2')
end

appraise 'rails-5.1' do
gem 'rails', '~> 5.1.0'
gem 'rails', '~> 5.1.4'
gem 'warden', '~> 1.2.6'
gem 'rack', '~> 2.0'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gemspec

# Rubocop supports only >=2.1.0
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.1.0')
gem 'rubocop', '~> 0.51', require: false
gem 'rubocop', '~> 0.52', require: false
end
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
ruby:
version: 2.4.2
version: 2.4.3

dependencies:
override:
Expand Down

0 comments on commit 9c0125e

Please sign in to comment.