aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index fba7922..e7c809f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,7 @@
source "https://rubygems.org"
-gem "rails", git: "https://github.com/rails/rails.git", branch: "4-2-stable"
-gem "arel", git: "https://github.com/rails/arel.git", branch: "6-0-stable"
+gem "rails", "~> 5.0.1"
gem "activerecord-import"
-gem "tzinfo-data"
gem "mysql2"
gem "settingslogic"
gem "grape"
@@ -19,7 +17,8 @@ gem "twitter"
gem "eventmachine"
gem "msgpack"
-group :development, :test do
+group :development do
+ gem "listen", "~> 3.0.5"
gem "pry-rails"
gem "foreman"
gem "rack-streaming-proxy", require: false