Skip to content

Commit

Permalink
Update rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail Akbudak committed Dec 17, 2018
1 parent 3fa1533 commit 6b10ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cybele/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Cybele
RAILS_VERSION = ['~> 5.2.0', '>= 5.2.0'].freeze
RAILS_VERSION = ['~> 5.2.2', '>= 5.2.2'].freeze
RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
VERSION = '2.1.0'
end

0 comments on commit 6b10ade

Please sign in to comment.